From: Thomas Harte Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ works; where do I go from here? Date: Sun, 05 Sep 1999 23:54:55 +0100 Organization: BT Internet Message-ID: <37D2F4BF.AFE22256@btinternet.com> References: <7qunol$938$1 AT solomon DOT cs DOT rose-hulman DOT edu> NNTP-Posting-Host: host62-172-216-130.btinternet.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en-gb] (Win95; I) X-Accept-Language: en-GB,en,en-* Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Does WinAllegro work with RSXNTDJ? I don't want to have > to run out and shell out hundreds of dollars for Micr0$oft > Visual Studio. I'm not sure about RSXNTDJ, but I don't trust it anyway. Try MinG-Win32, a quite good port of GCC to the windows 32 environment. For WinAlllegro use, the best place to start is the readme.mgw file which comes with the current Allegro WIP. It'll tell you everything, you won't have to change any assembler since you are still with gcc, and a lot of libraries you used with DJGPP will be easy to recompile and reuse. -Thomas