|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 electronics |
digitalmars.D.learn - Windows without console
Hi, I've been working on a win32 program for D for a while now. Everything is working fine except that I can't get rid of the console that always pops up when the program starts. I realised that I might have added some code that causes this, so I tested it out with the example at http://www.digitalmars.com/d/1.0/windows.html. Sadly enough I got the same results. I tried adding a .def file as recommended on that page, with no difference. I tried using DMD directly instead of dsss. Still the same. Any ideas as to what could be wrong here? Cheers, Boyd Apr 13 2008
boyd wrote:Hi, I've been working on a win32 program for D for a while now. Everything is working fine except that I can't get rid of the console that always pops up when the program starts. I realised that I might have added some code that causes this, so I tested it out with the example at http://www.digitalmars.com/d/1.0/windows.html. Sadly enough I got the same results. I tried adding a .def file as recommended on that page, with no difference. I tried using DMD directly instead of dsss. Still the same. Any ideas as to what could be wrong here? Cheers, Boyd Apr 13 2008
That works. Thanks! ------- On Sun, 13 Apr 2008 11:10:17 +0200, Bill Baxter = <dnewsgroup billbaxter.com> wrote:boyd wrote:Hi, I've been working on a win32 program for D for a while now. Everythi= Apr 13 2008
|