Sample Visual Studio Project for compiling and building Toolkit applications in Creo Parametric
Applies To
- Creo+
- Creo Parametric 4.0 to 11.0
- ProToolkit
Description
- Sample Visual Studio Project for compiling and building Toolkit applications
- How to compile Toolkit application successfully in Visual Studio 2015?
- How to resolve multiple linker errors like LNK2019, LNK2001 which occurs while compiling Toolkit application in Visual Studio?
- How to configure a Visual Studio solution for Creo Parametric TOOLKIT development.
In the template Toolkit projects of PTC article CS363748, the "Release x64" configuration, which should use the protk_dll_NU.lib library, is missing.
Only the "Debug x64" configuration was prepared with the protk_dllmd_NU.lib library.
(I have not checked all templates, only those of Creo 8.0, 9.0 and 10.0)
In addition, the template for Creo 11.0 is missing in the article.