Date: Wed, 30 Aug 2000 20:05:55 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: m DOT herzog AT schauer DOT at Message-Id: <7263-Wed30Aug2000200555+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <39AD2A0D.D8548017@schauer.at> (message from Michael Herzog on Wed, 30 Aug 2000 17:36:45 +0200) Subject: Re: How to use MSC-lib's and .obj's with DJGPP? References: <39AD2A0D DOT D8548017 AT schauer DOT at> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Michael Herzog > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 30 Aug 2000 17:36:45 +0200 > > we are trying to port a MSC Project to DJGPP. > The problem is, that we have third party libraries and object files for > MSC without the sourcecode. > > We are seeking desperately for a possibility to incorporate these objs > and libs into the DJGPP exe .... If the MSC version used to compile those libraries and object files was a DOS 16-bit compiler, check out sections 17.5 and 17.6 of the DJGPP FAQ list. If these libraries are built with a Windows version of MSC, I think you are out of luck. Btw, did you consider rewriting those libraries from scratch? It might be easier.