Microsoft Windows Build Configuration
[Build Configuration]

Collaboration diagram for Microsoft Windows Build Configuration:


Detailed Description

These macros are available to alter the functionality of the core library built for Microsoft Windows platforms.


Defines

#define DWFCORE_STATIC
 Indicates static linkage as a Microsoft Windows LIB.
#define DWFCORE_EXPORT_API
 Indicates export of external linkage for Microsoft Windows DLL.
#define DWFCORE_USE_WIN32_FILE
 Indicates that Microsoft Windows specific file handling class implementations will be used instead of generic ones, if possible.
#define DWFCORE_WIN32_INCLUDE_WIN9X_CODE
 Indicates that legacy Microsoft Windows 95/98 support code will be compiled into the library.


Define Documentation

#define DWFCORE_EXPORT_API
 

Indicates export of external linkage for Microsoft Windows DLL.

This macro is defined by the build configuration to specify the class and function linkage.

Definition at line 276 of file preprocessor.txt.

#define DWFCORE_STATIC
 

Indicates static linkage as a Microsoft Windows LIB.

This macro is defined by static build configurations. It is also required for any client linking the core library statically.

Definition at line 269 of file preprocessor.txt.

#define DWFCORE_USE_WIN32_FILE
 

Indicates that Microsoft Windows specific file handling class implementations will be used instead of generic ones, if possible.

Currently, this macro is always defined for Win32 build configurations in dwfcore/win32/Core.h.

Definition at line 491 of file preprocessor.txt.

#define DWFCORE_WIN32_INCLUDE_WIN9X_CODE
 

Indicates that legacy Microsoft Windows 95/98 support code will be compiled into the library.

Currently, this macro is always defined for Win32 build configurations in dwfcore/win32/Core.h.

Definition at line 498 of file preprocessor.txt.


Generated on Tue Jan 6 22:39:31 2009 for Autodesk DWF Core Library by  doxygen 1.4.5