|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - My WIN32 GUI app always gets a console window
I am completely new to Digital Mars C/C++ compiler. I am using Relo (a free C/C++ IDE) and DMC. It's great. However I find that every WIN32 GUI application gets a console window. I think the swiches are correct: dmc -c -WA I have to add FreeConsole() at the very start of the WinMain function. What else can I do to remove the unnecessary console window? May 20 2004
"Edward Yang" wrote ...However I find that every WIN32 GUI application gets a console window. I think the swiches are correct: dmc -c -WA May 22 2004
KTC wrote:"Edward Yang" wrote ...However I find that every WIN32 GUI application gets a console window. I think the swiches are correct: dmc -c -WA May 23 2004
|