05-19-2007 02:27 AM
05-21-2007 08:14 AM
Compile your instrument drivers to obj files in release mode then add the obj files to your project or just place the obj in the instrument directory. I can not remember if you need to remove or rename the .c file to prevent the compiler from using the c file in favor of the .obj file when you switch back to debug mode, but suspect that you do need to make the .c file unavailable.
To access Create Object File option; with the C source window open select the Options menu drop down.
05-21-2007 10:29 AM