Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I am attempting to retrieve the combined states using ProToolkit API function, ProMdlCombstatesGet but am getting an unresolved external. Is anyone aware of any linker problems with this API in Creo1? It compiles fine. This is an ongoing project in Wildfire 4 and Wildfire 5 that I am trying to update to CREO 1 (and up) because I need to access the combined states.
(Creating a DLL and using Protk_dllmd.lib)
Sample Code
ProCombstate *proCombinedStates;
// try to call an API specifically related to 3D drawings?
ProError error = ProMdlCombstatesGet((ProSolid) m_proModel, &proCombinedStates);
Sharon Barber