From: "Paul Bibbings" Newsgroups: comp.os.msdos.djgpp Subject: Re: WIN32 Programming and RSX. Date: Tue, 15 Feb 2000 02:20:45 -0000 Organization: Tesco ISP Lines: 22 Message-ID: <88cl9l$qqk$1@epos.tesco.net> References: <887pbn$mam$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: dialup.62-172-27-19.tesco.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote in message news:ghhfas45q05oc7kuurtl3h8ifbd9qjkd8v AT 4ax DOT com... > On Mon, 14 Feb 2000 02:30:15 GMT, quantum00 AT my-deja DOT com wrote: > > >My question is can djgpp and RSX be used properly and easily to program > >Win32 applications. Is there a better toolkit (is it free?) to program > >win32 applications with? > > RSXNTDJ is IMHO a pain in the n3ck to set up. I'd suggest mingw32, a > version of Red Hat Cygwin modified to work with the msvcrt.dll already > on your Win32 computer instead of the 4 MB cygwin.dll. > Another excellent free alternative which builds win32 applications using the C language is lcc-win32, which you should be able to get via the following link http://www.cs.virginia.edu/~lcc-win32/ (Apoligies for promoting another IDE ahead of the thoroughly excellent djgpp ;-) ).