Message-ID: <368CFFBA.1043900E@montana.com> Date: Fri, 01 Jan 1999 10:02:50 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: question References: <69e9d271 DOT 368ba84a AT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com BlackArtGP AT aol DOT com wrote: > > I bought a book...Programming 3d Games in C, and for the source they > provide(Microsoft 7.0 and Borland 3.0 or something), I wnated to know which > C/C++ compiler is closest to DJGPP.(As in declaration and etc.) That if I just > wrote all the source out, that it would have a better chance compiling. Well, gcc is very close to djgpp. What exactly is the question? Will MS C7.0 source compile under djgpp? I am not familiar with the book, but you may be in for a rough ride. Many of the older 'programming games ....' type books target 16 bit DOS, and use all sorts of inline assembly hacks that will need to be reworked for 32bit pmode.