DOS Window problem

Hi Guys!

I compiled my first .exe and I am very happy :) Now my problem is, it is a Windows Form applicaiton but the compiled .exe is popping up with a DOS console. How may I make it disappeared?

Thanks a lot!
Last edited on
I did this by adding the following to Properties -> Linker -> Command line:


/ENTRY:"mainCRTStartup"

This way you get rid of the console window.
Topic archived. No new replies allowed.