Guys,
What is the following problem tells?
Quote:
MAXPOT.cpp(1228) : warning C4800: 'HWND' : forcing value to bool 'true' or 'false' (performance warning)
Printable View
Guys,
What is the following problem tells?
Quote:
MAXPOT.cpp(1228) : warning C4800: 'HWND' : forcing value to bool 'true' or 'false' (performance warning)
http://msdn.microsoft.com/library/en...html/C4800.asp
-Brads!
:wave:
oops..
i discovered that i try to do this
Console::WriteLine(HWND);
how can i print out the hwnd value into console?
orCode:HWND hWnd = ...;
Console::WriteLine("{0}", hWnd);
Code:Console::WriteLine("HWND value is {0}", hWnd);