qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Link .OBJ File Directive
  Compiler Directives Contents Index                        Back
 
  {$L <filename>}
 
  Description
 
    Links the named .OBJ file with the program file that contains the
    link directive. The .OBJ file must be in Intel relocatable object
    file form. Declare the functions and procedures used from the .OBJ
    file as EXTERNAL.
 
    Note:  The $L symbol has two uses. When followed by a + or -, it
    turns generation of local symbols on or off.
 
  See also:  {$L+}, {$L-}