Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!samsung!balrog!ctron.com From: dj@ctron.com (DJ Delorie) Newsgroups: comp.os.msdos.programmer Subject: Re: djG++ emu387 and graphics drivers Keywords: G++ djgpp floatingpoint Message-ID: <1527@balrog.ctron.com> Date: 24 May 91 13:32:17 GMT References: <1589@uqcspe.cs.uq.oz.au> Sender: news@balrog.ctron.com Reply-To: dj@ctron.com Organization: None whatsoever Lines: 27 Nntp-Posting-Host: bragi In article <1589@uqcspe.cs.uq.oz.au>, harryc@cs.uq.oz.au (Harry Courtice) writes: > I have two questions about djgpp for DOS. Any help appreciated. I also field djgpp questions at dj@ctron.com, my usual mail address. > 1. To use the emu387 library, what do I compile, and how do I link > in the compiled library to my programs. I've checked the readme files > but can find no clues there. set GO32=emu c:\djgpp\emu387\emu387 This tells go32 (and debug32) to use the given file as the 387 emulator. You don't have to change your program at all. The clues are in the patches documentation - I haven't integrated them yet as the emulator is still experimental. > 2. I have rewritten the paradise.asm file to incorporate several > modes included on my paradise card. (ie 800x600, 1024x768). > How do I compile this to a .grd file?? Use the batch file provided. Basically, it's just like building a .sys or .com file. If you get the driver working properly, send me a copy and I'll add it to the distribution. DJ dj@ctron.com