From: kunst AT prl DOT philips DOT nl Subject: Re: DJGPP and 16-bit libs To: mag1007 AT hermes DOT cam DOT ac DOT uk (Martin Granell) Date: Thu, 19 May 1994 13:16:26 +0100 (METDST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) > I'm sorry if this is in the FAQ, but I can't find it. > Is it possible to link in, or otherwise use, a 16-bit library? i.e. > I have a normal dos lib, (Compiled with Borland C) and want to use it with > my 32-bit programs (It uses iterrupts et al.) No, you can't link .OBJ files (from a .LIB) with DJGPP. If you have the sources of the library routines, recompile these with DJGPP. Assembler sources should be translated to 'as' syntax. If you don't have sources, you're out of luck... Pieter Kunst (kunst AT prl DOT philips DOT nl)