From: "John M. Aldrich" Newsgroups: alt.msdos.programmer,comp.lang.c++,comp.os.msdos.djgpp,comp.os.msdos.programmer Subject: Re: Help with libraries please Date: Mon, 07 Jul 1997 20:52:20 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 22 Message-ID: <33C15704.6458@cs.com> References: <01bc8a2c$a8b109a0$LocalHost AT qwerty> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp101.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ADJ wrote: > > I have library for BorlandC++ and I want to make work with DJGPP. > Does anyone know how can I make it work with DJGPP? Normally, you can't. The object code formats for Borland libraries and DJGPP libraries are completely different, and even if you could translate it, most Borland libraries contain 16-bit code using a segmented memory model, which won't stand the slightest chance of working in DJGPP. See chapter 17 of the FAQ (http://www.delorie.com/djgpp/v2faq/ or ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/faq210b.zip) for more information and suggestions. -- --------------------------------------------------------------------- | John M. Aldrich | "A woman is not property, and hus- | | aka Fighteer I | bands who think otherwise are living | | mailto:fighteer AT cs DOT com | in a dreamworld." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------