home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!Sirius.dfn.de!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!rutgers!cbmvax!cbmehq!cbmfra!forgeas
- From: forgeas@swinjm.UUCP (Jean-Michel Forgeas)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Making Link Libraries
- Message-ID: <poOAr*AU1@swinjm.UUCP>
- Date: 29 Aug 92 11:52:57 GMT
- References: <Btn8BB.4yH@usenet.ucs.indiana.edu>
- Reply-To: cbmvax!cbmehq!cbmfra!swinjm!forgeas (Jean-Michel Forgeas)
- Organization: The Software Winery
- Lines: 18
- X-Newsreader: Arn V1.00 alpha rel2
-
- In article <Btn8BB.4yH@usenet.ucs.indiana.edu>, ERIC JAMES writes:
-
- > I would like to make a librarie to link to a pascal program using the linker
- > blink, but don't know how, can anyone help? I could just put several external
- > procedures into a file and compile it into object coed, but the linker will add
- > all the code to the program, not just the code I use.
-
- That's the way but you should put every external procedure into a file and
- compile them separately. Then you just have to join (with the C:Join command)
- all the object files to one file called for example your.lib, and use this
- file after the keyword LIB of blinker.
-
- Best regards
- Jean-Michel
- --
- Jean-Michel Forgeas uunet!cbmvax!cbmehq!cbmfra!swinjm!forgeas
- 4 rue du General Leclerc __
- 95210 Saint Gratien, France \/
-