home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12385 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  1.2 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!hplabs!felix!fritz!scotth
  2. From: scotth@felix.filenet.com (Scott Hopson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Borland using MSC libs
  5. Keywords: libs obj borland bcc msc
  6. Message-ID: <19591@fritz.filenet.com>
  7. Date: 15 Aug 92 19:48:47 GMT
  8. References: <1992Aug13.182240.15939@tamsun.tamu.edu>
  9. Reply-To: scotth@fritz.filenet.com (Scott Hopson)
  10. Distribution: comp.lang.c
  11. Organization: FileNet Corp., Costa Mesa, CA
  12. Lines: 21
  13.  
  14. In article <1992Aug13.182240.15939@tamsun.tamu.edu> miller@eemips.tamu.edu (Kelly M Miller) writes:
  15. >
  16. >Is it possible to link in libs created under MSC 5.0
  17. >into a Borland C app? What must I include in the link?
  18. >the MSC libs? Must I exclude some of the Borland libs?
  19. >
  20.  
  21. The answer is a big NO, although it might work for some functions
  22. Borland does not support linking of MSC Libs.
  23.  
  24. The basic reason is that when building the libraries there are these little
  25. things called "Help Functions" which are used to load and align the lib
  26. fuctions. Borland and Microsoft both use different methods.
  27.  
  28.  
  29. There may be other reasons also but the is the primary reason I got from
  30. a Borland support person.
  31.  
  32.  
  33. -- 
  34. Scott Hopson   (scotth@filenet.com)
  35.