Hello,
I'm porting an application which has a native window which tracks a MicroStation view. When dynamics (for example a smart line segment) is added to the MicroStation view, my aplication needs to be notified of those changes, and mirror them in the native window. This worked in MicroStation V8, but not in V8XM.
An old post from May 9, 2006 between Andrew Briginshaw and Keith Bentley sounds like the same issue. However, I don't see a final resolution in this post. Using a View Decoration and mdlView_setSubstituteElemFunc() was suggested. Since this was a long time ago, has anything new been added to the API which could help? mdlView_setSubstituteElemFunc is not documented in the MDL API document for 08.09.04.88.
In version 08.09.04.88 using mdlView_setSubstituteElemFunc() causes a link error: "LNK2019: unresolved external symbol _mdlView_setSubstituteElemFunc referenced".
Regards,
Susan