Xref: news-dnh.mv.net comp.os.msdos.djgpp:2085 Path: news-dnh.mv.net!mv!news.sprintlink.net!in1.uu.net!utcsri!newsflash.concordia.ca!canopus.cc.umanitoba.ca!news From: delorain AT minet DOT gov DOT mb DOT ca (Trepalium) Newsgroups: comp.os.msdos.djgpp Subject: Re: Converting a watcom .LIB file.. Date: Mon, 18 Sep 1995 16:11:58 -0500 (CDT) Organization: The University of Manitoba Lines: 21 References: <43bnpi$6rg AT nic-nac DOT CSU DOT net> Nntp-Posting-Host: dial106.mbnet.mb.ca To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp svincent AT zippy DOT sonoma DOT edu (Sam Vincent) wrote: >Hello folks.. >Welp, the subject says it all... Is there any way to convert one of those >to a form DJGPP can understand without having the source code? >If it called functions it expected watcom to have, I could just make >my own versions of those (like int386... make a wrapper for int86 etc..) >anyway.. any help would be VER Ymuch appreciated! :) >Thanks No, I don't think it is possible. DJGPP uses UNIX style object files, but Watcom uses MS-DOS type. They are inherently incompatable. Sorry. - Trepalium