I just built a standard win32 applicaion but when I run it, there is a command prompt
how can I get rid of that cmd window?
I am not using an IDE
I am just using notepad++ to edit
and mingw to compile through the command prompt
I am doing the g++ command to compile
should I use a different one?
thanks
Try adding
-mwindowsto your linker flags.