Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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"