X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: <1020029849 DOT 840397 AT queeg DOT ludd DOT luth DOT se> Subject: Re: DJGPP + Win... Date: Mon, 29 Apr 2002 15:05:35 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 32 Message-ID: <3ccd412c$0$4039$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.61.192 X-Trace: 1020084524 news.freenet.de 4039 213.6.61.192 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > : >: c) with _free_ compiler allows me to compile without [almost] any > : >: moddifications my DJGPP applications to have win32 console > : >: application. or is this impossible ? > : > RSXNTDJ, Cygwin or Mingw32. > > : but with is better and why ? > > Well, that's up to you to decide. Each one of them has their good and > bad features. Personal experience: Cygwin: very limited for the additional hassle of being limited to a Win32 environment and having to tote the cygwin dll's everywhere you want to run your app, not to mention having a whole second DJGPP installation. Applications compiled with DJGPP/Cygwin DO NOT run under DOS. What is the purpose of using DJGPP, then? RSXNTDJ can compile some Windows things, but it's buggy. I can tell right away that it is contributed software that a genereous soul wrote in freetime. Better of using native M$ Visual C for professional industrial-strength Windoze development, sorry. Normally, DJGPP apps all run in DOS windows under NT and Win95. Why do you need to write a 'console application'? To me it seems that you are just limiting yourself. But your the boss ;-) Ben