Questions tagged as 'windows'

2
answers

Error installing weblogic: Unable to access or modify the system registry

I try to install weblogic but I get this error, I download it from oracle and it is a .jar file, I also try to execute it with cmd and I get the same thing How can I install it correctly? or what other server do you recommend ?? I'm going...
asked by 13.12.2016 / 04:51
0
answers

How to kill the same process of several telnet sessions? in Windows xp

Good people ... I have a very big question, but first I contextualize it, it turns out that in a computer with Windows XP SP3, with all its configuration to be able to receive telnet sessions, it is contacted by 2 or 3 remote computers in the...
asked by 18.09.2016 / 06:56
1
answer

how to create a thread in c ++ with windows using _beginthreadex?

I am trying to create a thread within a member function of a class with _beginthreadex. void CapturaDeRed::startCapture() { unsigned threadID; HANDLE hTread; MyData *data=NULL; data->ifaceName = configCapture(); data-&g...
asked by 05.09.2016 / 18:07
1
answer

How to fix this error in sql server (windows 8) x64

I try to install sql server x64 in windows 8 but it presents me the errors (attached image). help please choose the first attempts to de-install and re-install, to change installer. I could not correct the error, but confirm that the e...
asked by 05.10.2016 / 01:22
1
answer

Crash when assigning RenderTransform with ScaleTransform in win7 and some win10 installations

Crash when assigning RenderTransform with ScaleTransform in win7 and some win10 installations this.RenderTransform = scaladoDePantalla; en constructor. public Clientes(Window mainWindow, ScaleTransform scaladoDePantalla, List<Object> _l...
asked by 10.08.2016 / 16:38
0
answers

Enter a reading counter to variable

Hello that such a good afternoon, what I want to do is to count x times a word defined in a text and after that put it in a variable which will be printed in a pop-up box. The little code I have is this: @echo off :bucle find /c "Perl" < te...
asked by 06.07.2016 / 23:44
0
answers

Error 404 file or directory not found

Hi, I have a api RestFull hosted in WINDOWS SERVER 2012 but when I try to access the information, the 404 error occurs Example    ip Domain / api / v1 / route / path / 1 For those who know how the Servicios Web RESTful...
asked by 29.07.2016 / 19:57
1
answer

remote connection to SQL Server 2017

I have a problem connecting remotely to SQL Server. I have the following: A Windows 2012 R2 server, with SSMS 2017, and with SQL Express Edition. A database, called Test, and the instance is SQLExpress. I also have remote access enabled,...
asked by 15.08.2018 / 21:05
1
answer

postgres in windows 8, zip installation, does not allow to boot, privileges

I have downloaded the PostgreSQL version: link When I unzip and start Windows, I get this message. What could it be? Problems booting     
asked by 06.09.2018 / 03:37
2
answers

How to correctly use a switch case

Hello, I can usually do a check by doing an if: static const wchar_t *example=L"myprogram"; if (!lstrcmpW(((LVITEMW*)lparam)->pszText, example))//The lparam is a LVITEM* struct. { return 0; }...
asked by 31.03.2017 / 03:08