Game Development Community

MS DOS window?

by Edward Smith · in General Discussion · 12/17/2002 (8:19 pm) · 2 replies

Ahm, I got a really bad feeling that this is veyr easy, but how do I get rid of that ugly MS DOS window?

Thanks!

Edward

#1
12/17/2002 (8:49 pm)
Asssuming you're using VC, open the project settings and go to the Link tab (I think). There should be a big box at the bottom of the window with quite a few link options; look for the /subsystem option and change it to

/subsystem:windows

The box should be gone after you link again.
#2
12/17/2002 (11:14 pm)
Ah, thank you very much! looks much nicer now :-).

Thanks again!

Edward