Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I am trying to follow the object toolkit guide Getting Started with Creo® Object TOOLKIT C++ (ptc.com) to get the object toolkit for creo 8, and am stuck on step 11 due to this error. Did I miss an install option or how do I get ahold of this library?
Solved! Go to Solution.
To solve both of the issues that I had, I needed to make sure I installed the Protoolkit for C along with the Object toolkit for C++. For Creo 8.0.5.0, when trying to build the Visual Studio otk_install.sln file, I needed to make sure that I was on the 8.1 SDK but also be on the V143 of the platform toolset instead of V140
I installed the C toolkit as well which gave me the needed libraries, however I am now receiving these errors when trying to build the make file
To solve both of the issues that I had, I needed to make sure I installed the Protoolkit for C along with the Object toolkit for C++. For Creo 8.0.5.0, when trying to build the Visual Studio otk_install.sln file, I needed to make sure that I was on the 8.1 SDK but also be on the V143 of the platform toolset instead of V140