outputdebugstring is not working in VC9012864 (11/11/2010 7:51:43 AM) my debuging message was not printed in the "Output debug window" or
any "Intermindate window" by ::OutputDebugString calling.
my compiler is Visual Studio 2008.
i've tried to make a new simple Win32 proj... greenfish77(6)
Wordwrap a multiline edit control1955 (7/16/2010 9:14:20 AM) I have a multiline edit-control. When a user type more than 40 characters on the
the line should word wrap to the next line.
I tried the example at http://support.microsoft.com/kb/109551 but I could not
fi... do_not_use(1)
Redirect stderr/stdout to a file using SetStdHandle71158 (3/3/2010 10:10:17 PM) Hi all,
I have the following code snippet, that tries to redirect a program's
standard output/error to a file.
HANDLE fHandle;
fHandle = CreateFile(...);
SetStdHandle(STD_OUTPUT_HANDLE, fHandle);
... daniel.baluta(13)
Get CPU usage and temperature17814 (1/17/2010 10:40:07 AM) Hello,
How I can get percentage of CPU usage and temperature of every single core
of my quad core?
With GetSystemInfo API I can get only the number of cores.
I need also get the percentage of used RA... Noixe
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)01435 (11/22/2010 5:22:59 AM) Hello
I would like to know if, when installing my software on a new PC, the
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) is already
installed.
I can get the Windows version (version, servic... Max
how to disable cpu c state from application or11258 (3/15/2010 10:04:14 AM) Hi all,
Does anyone know how to disable cpu c state from application or
driver?
Because we have low performance issue when cpu went to C3 state.
But in some bios there is no option to disable ... UTF
zipfldr.dll::RouteTheCall(...) Parameters,...21139 (1/28/2010 10:45:35 AM) Hi,
has someone information on the parameters for this:
zipfldr.dll (>=WinXP)
------------------------
void __stdcall RouteTheCall(
struct HWND__ *
,struct HINSTANCE__ *
,char const *,
int)
I a... iso
Correct code to get CPU usage141060 (6/4/2010 11:06:43 PM) Hi everyone:
I've been struggling to come up with a correct code to determine CPU usage
on the Windows-based system. So far I came up with the following. The code
is called internally from WM_TIMER mes... nki00