[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


lib_export

Description:

Controls the recognition of the export, import, and internal pragmas.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800
Intel x86
MIPS

Embedded 68K

Prototype:
  #pragma lib_export on | off | reset Remarks:

If this pragma is off, the compiler ignores the pragmas export, import, and internal. It is available for compatibility with previous versions of the compiler. It corresponds to the __declspec(lib_export) type qualifier, described in "ANSI Keywords Only." To check whether this option is on, use __option (lib_export), described in "Checking Options."

This pragma does not correspond to an option in any settings panel.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 17, 2000