From: Martin Str|mberg Subject: Re: linking LIB files with DJGPP programs Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1028398671.356542@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 03 Aug 2002 18:17:51 GMT Lines: 24 NNTP-Posting-Date: 03 Aug 2002 18:17:51 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1028398671 news.luth.se 439 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Interrupt86 wrote: : Is there any way to link a "name.lib" file to use with a djgpp program? It's possible. But you need to find the fixup tools to do it as Microsnoft have their own ideas about the COFF format. (They just have to be incompatible every time they do something!) That link has been posted here (perhaps months ago). IIRC it was a .co.uk URL. Perhaps this one: . : (e.g. would it be possible to use directX libraries with djgpp) I don't think so. DirectX is WIN32 API. That's a completely different API. And PE or something like that, not COFF. Check out allegro. The later version do support DirectX using WIN32 tools. Right, MartinS