You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update preparation tools to properly rewrite class id include paths in SWIG parameter file (instead of commenting them out)
Run SWIG in XML mode to generate the XML dump of the MapGuide API surface
Update the ClassMapGen tool to take the SWIG XML dump file and scan all the m_cls_id members for their values. These values will most likely be arithmetic expressions, so the actual id will need to be evaluated (maybe use exprtk to do this)Auto-generate the class map templates from this collected data.
The text was updated successfully, but these errors were encountered:
ClassMapGen
tool to take the SWIG XML dump file and scan all them_cls_id
members for their values. These values will most likely be arithmetic expressions, so the actual id will need to be evaluated (maybe use exprtk to do this)Auto-generate the class map templates from this collected data.The text was updated successfully, but these errors were encountered: