ILE C/C++ Compiler Reference


RTBND

C++ compiler

Specifies the run-time binding directory for the object created.

Read syntax diagramSkip visual syntax diagramRTBND Syntax:
 
|--+-------------------------+----------------------------------|
   |         .-*DEFAULT-.    |
   '-RTBND(--+-*LLP64---+--)-'
 

*DEFAULT
Default setting. The object created uses the default binding directory.
*LLP64
The object created uses the 64-bit run-time binding directory and the compiler defines the macro __LLP64_RTBND__.

[ Top of Page | Previous Page | Next Page | Contents | Index ]