From: jb3207 AT eclipse DOT co DOT uk (Jason Barstow) Newsgroups: comp.os.msdos.djgpp Subject: Re: 'uclock_t x[1]' crashes VBE_detect() Date: Sun, 18 May 1997 11:41:16 GMT Organization: Jabber Interactive Reply-To: jb3207 AT eclipse DOT co DOT uk References: <1 DOT 5 DOT 4 DOT 32 DOT 19970516145414 DOT 002ededc AT ubeclu DOT unibe DOT ch> NNTP-Posting-Host: p13.dione.eclipse.co.uk Message-ID: <337eeae0.0@ispc-news.cableinet.net> Lines: 21 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Roger Noss wrote: >By the way, I had to get svgakt62.zip from SciTech's site >(it's free but hard to find) to make the SVGA stuff work. >Even so, I could not use the makefile because the SciTech >makefile definitions package must be installed, and I could >not find it. Is it free too, or has anyone managed to 'make' >without it? I hacked this for DJGPP. Sorry but it's all tied together with other code now so I can't give you a DJsvgakt or somesuch. If memory serves me correctly most of the code just sets up a virtual protmode environment (i.e. stuff that works across Watcom, MS, BC etc). I cut all the non-djgpp stuff and replaced any int(3)86 stuff with djgpp equivalent functions. This was the *first* thing I attempted with DJGPP so it couldn't have been that difficult ;)