c++.chat - Question from a newbie
Hi, I'm new with DMC. I've compiled a simple Win32 GUI c file with SC. When I run the generated EXE, it shows my GUI but a console too... can avoid it ?
Oct 29 2002
You'll need to create a module definition file with the following text in it
and submit it to the linker:
EXETYPE NT
SUBSYSTEM WINDOWS
"Marco" <Marco_member pathlink.com> wrote in message
news:apm3vc$12bb$1 digitaldaemon.com...
Hi, I'm new with DMC.
I've compiled a simple Win32 GUI c file with SC.
When I run the generated EXE, it shows my GUI but a console too...
can avoid it ?
Oct 29 2002








"Walter" <walter digitalmars.com>