www.digitalmars.com         C & C++   DMDScript  

c++.chat - Question from a newbie

reply Marco <Marco_member pathlink.com> writes:
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
parent "Walter" <walter digitalmars.com> writes:
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