The #pragma comment directive places a comment into the object file.
compiler | The compiler appends the name and version of the compiler to the end of the generated object module. |
date | The compiler appends the date and time of compilation to the end of the generated object module. |
timestamp | The compiler appends the date and time of the last modification to the sourcer to the end of the generated object module. |
copyright | The compiler places text specified by the token_sequence into the generated object module. This text loads into memory when the program runs. |
user | The compiler places text specified by the token_sequence into the generated object module. This text does not load into memory when the program runs. |
![]() ![]() |
A library search record is placed into the generated object module. Equivalent to #pragma library. |
#pragma Preprocessor
Directives
List of Preprocessor
Directives