home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!hplabs!felix!fritz!scotth
- From: scotth@felix.filenet.com (Scott Hopson)
- Newsgroups: comp.lang.c
- Subject: Re: Borland using MSC libs
- Keywords: libs obj borland bcc msc
- Message-ID: <19591@fritz.filenet.com>
- Date: 15 Aug 92 19:48:47 GMT
- References: <1992Aug13.182240.15939@tamsun.tamu.edu>
- Reply-To: scotth@fritz.filenet.com (Scott Hopson)
- Distribution: comp.lang.c
- Organization: FileNet Corp., Costa Mesa, CA
- Lines: 21
-
- In article <1992Aug13.182240.15939@tamsun.tamu.edu> miller@eemips.tamu.edu (Kelly M Miller) writes:
- >
- >Is it possible to link in libs created under MSC 5.0
- >into a Borland C app? What must I include in the link?
- >the MSC libs? Must I exclude some of the Borland libs?
- >
-
- The answer is a big NO, although it might work for some functions
- Borland does not support linking of MSC Libs.
-
- The basic reason is that when building the libraries there are these little
- things called "Help Functions" which are used to load and align the lib
- fuctions. Borland and Microsoft both use different methods.
-
-
- There may be other reasons also but the is the primary reason I got from
- a Borland support person.
-
-
- --
- Scott Hopson (scotth@filenet.com)
-