Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!zephyr.ens.tek.com!tektronix!percy!parsely!bucket!leonard From: leonard@bucket.UUCP (Leonard Erickson) Newsgroups: comp.lang.pascal Subject: Re: TP .obj? Message-ID: <1867@bucket.UUCP> Date: 31 Dec 89 01:01:05 GMT References: <1490006@hpmcaa.mcm.hp.com> Organization: Rick's Home-Grown UNIX; Portland, OR. Lines: 22 nacer@hpmcaa.mcm.hp.com (Abdenacer Moussaoui) writes: >Can TP generate .obj files that are linkable using say Microsoft link.exe? No. TP only produces EXE or TPU files. (TPU is a special format file that allows the compiler to execlude unused code from linked in units) >Is there a provided TP .lib to support TP builtins? I'm not sure that I understand this. But no, there's no .lib file. >Can one call TP routines from turbo C? I beleive it can be done but all I remember of what I was told about it was that it was *real strange*. On the other hand, you can link in any .obj file just by doing $L name.obj. You do have to follow a few simple rules about segment names, but that's it. -- Leonard Erickson ...!tektronix!reed!percival!bucket!leonard CIS: [70465,203] "I'm all in favor of keeping dangerous weapons out of the hands of fools. Let's start with typewriters." -- Solomon Short