Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!vuse.vanderbilt.edu!jsims From: jsims@vuse.vanderbilt.edu (J. Robert Sims) Newsgroups: comp.os.msdos.programmer Subject: Re: Linking TurboPascal/TurboC with Microsoft LIB-files Message-ID: <1991May29.195208.2858@vuse.vanderbilt.edu> Date: 29 May 91 19:52:08 GMT References: <675432063.15@sunbrk.FidoNet> Sender: news@vuse.vanderbilt.edu Organization: Vanderbilt University School of Engineering, Nashville, TN, USA Lines: 20 Nntp-Posting-Host: space0 In article <675432063.15@sunbrk.FidoNet> Helge.Nareid@sunbrk.FidoNet.Org (Helge Nareid) writes: > >A colleague of mine needs to link programs written in TurboPascal 6.0 >(or possibly TurboC) with a library designed for use with Microsoft C. >Is there anybody out there who's done this sort of thing? > >Any hints ? > >- Helge > I had a MicroSoft compatible library which I wanted to use with Borland C++. The tech reps at Borland (before I bought the package) said that it should work by modifying their startup code, and gave me directions on how to do it. I bought the package, and the library linked with _no_ modification to the startup code. Borland said that most libraries should link as long as they don't use floating point; Borland and MicroSoft use different internal representations. Rob