From: "Smith A. Cat" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with libraries please Date: 7 Jul 1997 19:43:00 -0700 Organization: Blue Square Laboratories Lines: 15 Message-ID: <33C1AB17.2911@primenet.com> References: <01bc8a2c$a8b109a0$LocalHost AT qwerty> 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? what you want to do is called porting, and you should first ask if anyone has already ported the library. next you should look at the source for some library for djgpp and see what might be similar. i am assuming you have the source for your borland lib. if you DON'T have the source, then you MIGHT get lucky with a disassembly, but this is highly unlikely! phil