TOC PREV NEXT INDEX

 


Debug and Non-Debug Libraries for Windows


TclPro includes both debug and non-debug versions of all Windows libraries shipped. If you compile your application with debug options, you should be certain to link with libraries compiled with compatible debug options so that you can properly debug your extensions.

The Windows libraries shipped with TclPro are compiled with Visual C++ with the following compilation flags:

You should compile and link all components of your application with consistent compilation settings. To set these compilation flags in a Visual C++ Developer Studio project, display the Project Settings dialog, select the C/C++ tab, and select the Code Generation category. The compilation flags mentioned above correspond to the following Use Run-time Library selections:




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX