Main Page
Modules
Class Hierarchy
Compound List
File List
Compound Members
File Members
Related Pages
Examples
Exportation Definitions
Defines
#define
hyp_EXPORT_DLL
__declspec( dllexport )
#define
hyp_IMPORT_DLL
__declspec( dllimport )
Detailed Description
Here are some definitions used to export compounds in a dynamic linking library (i.e DLL).
Define Documentation
#define hyp_EXPORT_DLL __declspec( dllexport )
Is defined to export components from dlls.
#define hyp_IMPORT_DLL __declspec( dllimport )
Is defined to import components from dlls.
Top of Page
written by Pierre Rebours © 2000-2001.
Terms of Use.