home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
- From: S105728@umrvma.umr.edu ( Steve Poulsen)
- Newsgroups: comp.lang.pascal
- Subject: RE: $L directive
- Message-ID: <32168@adm.brl.mil>
- Date: 23 Aug 92 04:31:11 GMT
- Sender: news@adm.brl.mil
- Lines: 9
-
- {$L rotate} tells TP6.0 to find an OBJ file called rotate.obj and link it
- in. Somewhere through the code, you should also find a procedure declared
- external. This external procedure is from the Linked OBJ file.
-
- ======================================== ,--,
- Steven P. Poulsen <S105728@UMRVMA> ,' '--,
- Student of Electrical Engineering ---, ,'
- University of Missouri - Rolla ,','
- ======================================= , '
-