March 2000
Intermediate to advanced
576 pages
18h 13m
English
$ObjExportAll Compiler Directive
{$ObjExportAll Off} // default
{$ObjExportAll On}File
The $ObjExportAll compiler directive tells C++
Builder to export all symbols when compiling the unit as an
.obj file. You might want to use this directive
when using a Pascal unit in a C++ DLL or package to avoid creating a
.def file.
| Exports Keyword |
Read now
Unlock full access