Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hello,
I have a problem using Creo Toolkits, that is because of the .exe file executed from the toolkit keeps oppening a Windows blank CMD window and whenever I close it, Creo just crashes. I don't know if this is because something on my code though.
Is there a way to hide this CMD windos from oppening?
My code:
Solved! Go to Solution.
You must compile your toolkit application as DLL. Read documentation chapter "How Creo Object TOOLKIT C++ Works"
You must compile your toolkit application as DLL. Read documentation chapter "How Creo Object TOOLKIT C++ Works"
You must read the chapter "Registry File" and "C++ LibraryTypes"