Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello!
Can anybody share empty/blank VS project with setup for TOOLKIT? I will be very thankful! I'm tried to use user manual and several tutorials from internet, but without success. My DLLs are compiled, but throw an exception -PRO_TK_GENERAL_ERROR
Hi I only have a VS2010 Project for Creo 2.0 with Toolkit and Object Toolkit related to it. But you can simply strip it down to only Toolkit and change the includes.
After extracting it you need to change the include paths for the Creo Paths. I don't know if everything is declared all right but the debug buildchain for 64 bit should be all right and works on my PC. If you declare a chain for 32 bit you need to pull out the declaration of the PLATFORM Parameter to your build chain parameter. At the moment its up in the header files because i test things with compiled dlls for different platforms and mix them up.
http://mp.inneo.com/updates/VS2010Proj.zip
With OTK and TK inside the DLL is very huge (about 25 MB) with only TK (about 10 MB).
Best regards,
Eike
Eike, thank you so much!
In Reply to Eike Petersen:
Minimal ~~ 10 MB, its because of compiled static linked toolkit librarys.
Best regards,
Eike
In Reply to Eike Petersen:
Minimal ~~ 10 MB, its because of compiled static linked toolkit librarys.
Best regards,
Eike
I also came to this conclusion. Reduce the size even more fail.At least for 64 bit DLL.