Hiding the console?
Hiding the console?
There's a way to hide the console panel and change my application into a Win32 application?
in MSVC--
compile in release mode and use this:
to go back to Debug mode, comment out INT WINAPI WinMain and uncomment int main()
this doesnt work in DevCpp, though
compile in release mode and use this:
Code: Select all
//int main()
INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine,
INT )
{
..main code..
}
this doesnt work in DevCpp, though
a screen cap is worth 0x100000 DWORDS
Maybe you're right
I tryied out your code but i got the same message. I'm using Visual C++ 6.0, maybe there are some settings to change in the project tab