From: acottrel AT magna DOT com DOT au (Andrew Cottrell) Newsgroups: comp.os.msdos.djgpp Subject: Re: compatability with Microsoft C v6 or 7 libs. Date: Sat, 28 Mar 1998 00:07:48 GMT Organization: Magna Data - Internet Solutions Provider Lines: 32 Message-ID: <35213e3b.2830078@news.magna.com.au> References: <351BAD5D DOT 229FBD67 AT inf-ltd DOT co DOT uk> NNTP-Posting-Host: saccess-08-037.magna.com.au 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 The object format is different. In the MGL graphics package there is an object format conversion tool that converts from Borland to DJGPP. You may want to download the relevant files from http://www.scitechsoft.com/ and see if they can do the job. My guess is that you may be better trying to find an equivalent library that is available for DJGPP. You may want to search the past newsgrous listings at www.delorie.com for similar questions. What do the libraries do? Regards. Andrew On Fri, 27 Mar 1998 13:45:01 +0000, Andy Benson wrote: >Hi , > >I am trying to write some application sthat require some specific >librarys that have been compiled for Microsoft C version 6, or 7. When I >try to link them in GCC it gets its all worried and reports that it is >an invalid library fromat. Does anyone have any ideas how I can get >everything to work together. > >best regards, > >Andrew Benson. > >ps If anyone could supply me with a legitimate copy of Microsoft C V6 >or 7 then I would also be very happy.