__FB_OUT_EXE__
Intrinsic define (macro value) set by the compiler
Syntax:
__FB_OUT_EXE__
Description:
__FB_OUT_EXE__ indicates that the specified output file type on the compiler command line at the time of compilation is an executable.
Returns non-zero (-1) if the output is an executable. Returns zero (0) otherwise.
Examples:
#if __FB_OUT_EXE__
'... specific instructions when making an executable
#else
'... specific instructions when not making an executable
#endif
Differences from QB:
See also:
There are no comments on this page. [Add comment]