Message-ID: <3786957A.1F5A11D0@cs.leidenuniv.nl> Date: Fri, 09 Jul 1999 19:36:10 -0500 From: Daniel Tauritz Organization: Leiden University X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ 1.5 & WinAllegro 3.0+WIP - help! References: <3783C623 DOT 4EA185A2 AT cs DOT leidenuniv DOT nl> <37848FF8 DOT EAB9053A AT cs DOT leidenuniv DOT nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 209.12.15.65 X-Trace: 9 Jul 1999 21:51:58 +0500, 209.12.15.65 Lines: 40 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Johan Venter wrote: >> >> Okay, I've downloaded WIP 3.9.21 and the DLL's. Could you please tell >> precisely how you patched >> it? And will it work without the Microsoft SDK installed? > > What I meant was that I submitted code (actually just changes to the makefiles) to the > Allegro project which makes it work with RSXNTDJ 1.5. > It now works out of the box. > > And no, you don't need the MSSDK installed to compile and use Allegro. As long as your > RSXNTDJ 1.5 installation is working correctly Allegro will work. After changing the LIBRARIES variable in the Allegro RSXNTDJ makefile to -lcomdlg32 I got it to compile partly, till it hit the GRC part. As I had mentioned earlier, some of the RSXNTDJ GUI examples broke on converting the .rc files to .res files; CPP would complain about problems in the .rc file. Obviously just copying cpp.exe to the DJGPP bin directory is not sufficient. Any ideas on how to solve the GRC problem? The second thing I tried was installing the MSSDK and changing the Allegro RSXNTDJ makefile from "grc -o ..." to "rc /fo ...". That got Allegro to finish compiling, but running the examples or the demo results in a switch to graphics mode and then an abrupt termination of the program. Any suggestions what might be causing this? Thirdly I installed Mingw32 as instructed in the Allegro Mingw32 readme file and Allegro compiled out-of-the-box and the examples & demo work fine. Daniel ---------------------------------------------- Daniel R. Tauritz dtauritz AT cs DOT leidenuniv DOT nl http://www.wi.leidenuniv.nl/~dtauritz/ Leiden Institute for Advanced Computer Science Leiden University, The Netherlands ----------------------------------------------