The NVSGSDK provides some sample code which is located in the sub-directories of /NVSGSDK/SRC/SAMPLES. This section provides information on building and running the sample code.
A VCPROJ file is provided to build each sample. Each VCPROJ file includes a Release configuration and a Debug configuration, and developers may use any of these.
The differences between the Release configuration and the Debug configuration are as follows:
- Code Optimizations
Only the Release configuration creates optimized code.
- Debug Symbols
Only the Debug configuration includes debug symbols.
- Use of Runtime Libraries
The Release configuration uses the Multithreaded runtime DLL in VC++.
The Debug configuration uses the Debug Multithreaded DLL library.
Also, because heaps cannot be mixed and matched, the Debug configuration must use a different heap to track memory.
Back to Fundamental Concepts of the NVSGSDK
Generated on Tue Mar 1 13:20:36 2005 for NVSGSDK by