melekor wrote on Saturday, May 28, 2005:
To remove the console window, you have to link your program as a win32 application, not a console one. This means you’ll need to use WinMain() instead of main() and change some compiler option. If you’re using VC++, It’s under project properties->linker->system->subsystem.