Xref: news2.mv.net comp.os.msdos.djgpp:7199 From: John Luebs Newsgroups: comp.os.msdos.djgpp Subject: Re: My first message Date: Mon, 12 Aug 1996 20:04:56 -0400 Organization: EpiCenter Software Lines: 16 Message-ID: <320FC6A8.7B4F@sprynet.com> References: <320A8AAF DOT 29CB AT mindspring DOT com> Reply-To: jkluebs AT sprynet DOT com NNTP-Posting-Host: dd15-089.compuserve.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Joshua Cannon Butcher DJ-Gateway: from newsgroup comp.os.msdos.djgpp Joshua Cannon Butcher wrote: > > I just downloaded DJGPP and ALL of the possible addon contributed libs > that I need that have been put out to date so far. I was wondering, I > use Windows95, is there any way to compile Win32 programs with DJGPP? > If so, this would stop me from getting Borland C++ 5.0 alotgether. > > Let me know > Joshua Nope The Run-Time stuff and all the other junk that is in both a win16 and win32 program would be impossible, or at least extremely difficult to hack. Plus you would have to edit the compiled EXE in a bin/hex editor. It makes more sense to get a compiler made for making Win32 and Win16 programs! John Luebs.