From: rs AT redplanet DOT mars DOT org DOT cy (Rotes Sapiens) Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ 1.5, GUI app Date: Wed, 28 Jul 1999 02:27:07 GMT Message-ID: <379e584e.7438651@news.cobweb.com.au> References: <379827F5 DOT 18D48281 AT oce DOT nl> X-Newsreader: Forte Free Agent 1.11/32.235 NNTP-Posting-Host: 210.9.0.12 X-Trace: 28 Jul 1999 11:55:28 +0950, 210.9.0.12 Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com To Twan, have a look at www.mathematik.uni-bielefeld.de/~rainer fix: Add this line in after WinMain function: __asm__(".stabs \"_WinMain\",5,0,0,_WinMain"); On Fri, 23 Jul 1999 08:29:41 GMT, Twan Jans-Beken wrote: >> I just installed djgpp 2.02 and also replaced rsxntdj 1.3.1 with >> 1.5. Luckily I was careful enough and didn't kill 1.3.1 installation, >> because with 1.5 all I got was a Console program, always: >> ntbind: building Console program xxx.exe. >> I could not figure out how could I get it to compile a GUI program, >> as 1.3.1 does always with -Zwin32 switch (which, for some reason, >> is not present in 1.5). >> How can I make 1.5 compile GUI programs? >> Please reply to my mail address, I'm not on this list (I already have >> almost too much mail coming my way in every case).