March 2000
Intermediate to advanced
576 pages
18h 13m
English
$Link Compiler Directive
{$L FileName}
{$Link FileName}Local
The
$Link compiler directive links a relocatable
object file (.obj ) with the Delphi project. The
object file can provide the implementation of subroutines declared
with the external directive. The object file must
use the Intel object file format (OMF), so you cannot use the COFF
files that Visual C++ and most other C and C++ compilers produce. You
can use an object file produced by Borland C++ and Borland TASM
(Turbo assembler), but not by C++ Builder.
Use quotes for filenames that contain spaces or other funny
characters. The default extension for
FileName is .obj.
| External Directive |
Read now
Unlock full access