From: kagel AT quasar DOT bloomberg DOT com Date: Fri, 31 Jan 1997 10:29:17 -0500 Message-Id: <9701311529.AA18149@quasar.bloomberg.com > To: solanos AT redestb DOT es Cc: djgpp AT delorie DOT com In-Reply-To: <01bc0ed1$cb5f37a0$31e54cc3@unknownu> (solanos@redestb.es) Subject: Re: Scitech MGL. HOW TO USE Reply-To: kagel AT dg1 DOT bloomberg DOT com Errors-To: postmaster AT ns1 From: "david solano" Newsgroups: comp.os.msdos.djgpp Date: 30 Jan 1997 17:15:49 GMT Organization: Unisource Espana NEWS SERVER Lines: 7 Nntp-Posting-Host: ppp49.229.redestb.es X-Newsreader: Microsoft Internet News 4.70.1155 Dj-Gateway: from newsgroup comp.os.msdos.djgpp Content-Type: text Content-Length: 290 Anybody knows how to use ScitechSoft4s Mega Graphics Library whit DJGPP ??? First problem, the names of libraries are not (libXXXXXXX.a'. I've tried renaming them and seem towork, but then i have the second problem, MEMORY EXHAUSTED. My machine has 8 Mb, and I think this must be enough. Well ... if the libraries were named something like XXXXXX.lib then they are: 1) not in COFF format and not linkable with DJGPP code though the .obj files could be converted to COFF format with a utility that is available; and 2) probably not protected mode/flat memory model code and not usable with DJGPP code even if translated to COFF. If you have the source you could modify it as necessary to make it work in protected mode and flat memory model and recompile with DJGPP. Otherwise, you are probably out of luck. -- Art S. Kagel, kagel AT quasar DOT bloomberg DOT com A proverb is no proverb to you 'till life has illustrated it. -- John Keats