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

About the author

Games have always been a huge part of my life. I've always enjoy military games such as SEAL Team and Delta Force. Large open areas, an objective and your choice to deal with it. Or the choices in Deus Ex, that is what games should be about.


#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