Help with WinMain
Help with WinMain
I'm trying to get rid of the console box but can't seem to get rid of it? Little help please.
-
- Posts: 3
- Joined: Tue Jun 15, 2004 1:16 pm
- Location: Finland
Well you have 2 choices.. create a windows application with winmain or use SDL.
Code: Select all
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine,int nCmdShow )
-Atlantis
Well Then we'll just have to get to know each other.. Me umm I like uh, farris wheels and college football, anything that goes faster than 200 miles per hour. Mjr. John Sheppard ( Stargate: Atlantis )
Well Then we'll just have to get to know each other.. Me umm I like uh, farris wheels and college football, anything that goes faster than 200 miles per hour. Mjr. John Sheppard ( Stargate: Atlantis )
Well, I don't know which compiler you're using...
With Dev-Cpp you can open the projects properties and under Compiler->Linker you can enable/disable the creation of the console window...
With Dev-Cpp you can open the projects properties and under Compiler->Linker you can enable/disable the creation of the console window...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java