Date: Tue, 19 Nov 1996 09:27:58 +0200 (IST) From: Eli Zaretskii To: Brian J Landsberger Cc: djgpp AT delorie DOT com Subject: Re: Assembly language & Turbo C / C++ Libs In-Reply-To: <19961118.193255.6863.5.jesusfreak44@juno.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 18 Nov 1996, Brian J Landsberger wrote: > 2) I have a BBS door interface library for Turbo C++ / Borland C++ or > whatever C++ takes .LIB extensions. How do you convert these to DJGPP. Short answer: you can't. (You also can't mix .lib or .obj files produced by different DOS compiler with almost any other DOS compiler, so DJGPP is no dfifferent here.) Details are in the FAQ (section 17.5).