From: "Jan Bares" Newsgroups: comp.os.msdos.djgpp Subject: Re: Option -Zwin32?? Date: Fri, 23 Jun 2000 16:37:36 +0200 Organization: Video On Line Lines: 37 Message-ID: <8ivsnk$2o4d$1@news.vol.cz> References: <8ivce7$2455$1 AT news DOT vol DOT cz> NNTP-Posting-Host: antek.vol.cz X-Trace: news.vol.cz 961771060 90253 195.250.137.143 (23 Jun 2000 14:37:40 GMT) X-Complaints-To: sysadmin AT vol DOT cz NNTP-Posting-Date: 23 Jun 2000 14:37:40 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have found the -Zwin32 option. It is missing in specs for RSXNTDJ - it is assumed as default value. -- Jan Bares (remove no.spam from my email address) JPCAD Graphics Engine developer, surf to http://www.antek.cz "Jan Bares" wrote in message news:8ivce7$2455$1 AT news DOT vol DOT cz... > Hi, > > I am trying to use djgpp and RSXNTDJ to compile simple Win32 program. I use > this command line: > > gccw32 test.cpp > > The program is compiled without errors, but the NtBind creates *console* > application. How can I tell to NtBind to create win32 application? I saw > that the sample makefiles has -Zwin32 switch but I cannot find any > documentation about this switch and gcc refuses it. > Can you help me? > > Regards, Jan > > -- > > Jan Bares > (remove no.spam from my email address) > JPCAD Graphics Engine developer, surf to http://www.antek.cz > >