Questions tagged as 'windows'

0
answers

Split access between the new site and the old one

I'm going to publish a new site and I wanted only a few accesses to go to it so that I can evaluate its operation and the other accesses will be forwarded to the current site. Facebook does something similar when it launches a new interface. The...
asked by 08.05.2015 / 16:07
0
answers

Connections between Virtual Machines - VMware [closed]

I have 2 virtual machines, one with ubuntu server , another with windows 7 , the 2 machines are in the same class as IP , windows - 10.10.1.3 ubuntu server - 10.10.1.2 The 2 machines are " pingam" so that windows...
asked by 29.05.2015 / 16:48
1
answer

Windows libxml error

When we do a #include in the c ++ language using the special characters < > where is the folder / file of that include? I am compiling a program that I downloaded and in this program there are the following lines of code: 28 #include...
asked by 18.03.2015 / 01:14
1
answer

Error installing Heroku Toolbelt on Windows

Someone can help me? I downloaded Heroku Toolbelt on Heroku.com website but it is giving this error. It speaks "MySQL" ... Is there any configuration in the environment variables?     
asked by 19.03.2015 / 23:24
1
answer

Number of processors in Hyper-V

I have a Windows Server 2003 server virtualized with Hyper-V. I configured the "logical processor numbers" option to 4. In Windows, it appears in the device management list 4 CPUs. However in the Windows task manager, only 1 graph appears...
asked by 10.04.2015 / 19:10
0
answers

C # service installer with custom actions [closed]

I'm doing a C # service, and I want to create an installer. I followed some tutorials, and found the Visual Studio setup half basic. Any suggestions on how to make a beautiful installer with Visual Studio?     
asked by 02.01.2015 / 18:07
1
answer

What should be returned in the WndProc function in C ++?

Hello. See the code below: LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { if (message == WM_CREATE) { return(?); } else if (message == WM_COMMAND) { return(?); } else if (message =...
asked by 26.11.2014 / 03:06
2
answers

How to know in what language a program was written?

I downloaded a program in Windows, and I can not find information on what language it was programmed in. Is there any way to tell?     
asked by 03.12.2017 / 15:56
1
answer

Disable power saving on drivers

I need to disable the following option in Windows10:    Allow the computer to turn off this device to save power The above option can be found by right-clicking on the This PC - > Manage - > Device Manager then choose a driver...
asked by 24.10.2017 / 14:12
3
answers

How to read keyboard numbers in C #?

I know that getchar() gets keyboard characters by stdin , however I want to know how to enter numbers in a variable. If I use getchar() and I type a 2 , for example, the variable becomes 50 , and obviously it's...
asked by 30.06.2016 / 00:23