home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4993 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  719 b 

  1. Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
  2. From: S105728@umrvma.umr.edu ( Steve Poulsen)
  3. Newsgroups: comp.lang.pascal
  4. Subject: RE: $L directive
  5. Message-ID: <32168@adm.brl.mil>
  6. Date: 23 Aug 92 04:31:11 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 9
  9.  
  10. {$L rotate} tells TP6.0 to find an OBJ file called rotate.obj and link it
  11. in.  Somewhere through the code, you should also find a procedure declared
  12. external.  This external procedure is from the Linked OBJ file.
  13.  
  14. ========================================      ,--,
  15.   Steven P. Poulsen <S105728@UMRVMA>       ,'  '--,
  16.   Student of Electrical Engineering        ---, ,'
  17.   University of Missouri - Rolla            ,','
  18. =======================================    , '
  19.