Disable console window ?

When I build a demo,it shows a console window.
How can I disable the window?Edit my code?
Thanks! :slight_smile:

http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=2;t=017033

why not build a win32 app? the point of a console app is to have a console, or have i missed something.

why not build a win32 app? the point of a console app is to have a console, or have i missed something
True, but if you use a win32 application, you must use WINMAIN etc, so you are forced to change your source code