home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12881 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.4 KB

  1. 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
  2. From: forgeas@swinjm.UUCP (Jean-Michel Forgeas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Making Link Libraries
  5. Message-ID: <poOAr*AU1@swinjm.UUCP>
  6. Date: 29 Aug 92 11:52:57 GMT
  7. References: <Btn8BB.4yH@usenet.ucs.indiana.edu>
  8. Reply-To: cbmvax!cbmehq!cbmfra!swinjm!forgeas (Jean-Michel Forgeas)
  9. Organization: The Software Winery
  10. Lines: 18
  11. X-Newsreader: Arn V1.00 alpha rel2
  12.  
  13. In article <Btn8BB.4yH@usenet.ucs.indiana.edu>, ERIC JAMES writes:
  14.  
  15. >   I would like to make a librarie to link to a pascal program using the linker
  16. > blink, but don't know how, can anyone help?  I could just put several external
  17. > procedures into a file and compile it into object coed, but the linker will add
  18. > all the code to the program, not just the code I use.
  19.  
  20. That's the way but you should put every external procedure into a file and
  21. compile them separately. Then you just have to join (with the C:Join command)
  22. all the object files to one file called for example your.lib, and use this
  23. file after the keyword LIB of blinker.
  24.  
  25. Best regards
  26.     Jean-Michel
  27. --
  28. Jean-Michel Forgeas         uunet!cbmvax!cbmehq!cbmfra!swinjm!forgeas
  29. 4 rue du General Leclerc                       __
  30. 95210 Saint Gratien, France                    \/
  31.