Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
Creating a New Plug-in Project
A plug-in is always provided as a dynaming link library (DLL). The following compiler and linker settings are required for creating a new plug-in project:
C/C++ Compiler Settings
Additional include directories (General / Additional Include Directories):
- "$(NVSGSDKHOME)\inc"
- "$(NVSGSDKHOME)\inc\nvsg"
- "$(NVSGSDKHOME)\inc\DevIL"
Preprocessor definitions (Preprocessor / Preprocessor Definitions):
Runtime library (Code Generation / Runtime Library):
- "Multi-threaded DLL (/MD)" for release configuration, and
- "Multi-threaded Debug DLL (/MDd)" for debug configuration
Linker Settings
Additional library directories: (General / Additional Library Directories ):
- "$(NVSGSDKHOME)\lib$(ConfigurationName)"
Additional libs (Input / Additional Dependencies):
Back to Working With NVSG Classes
Generated on Tue Mar 1 13:20:21 2005 for NVSGSDK by