The way to workaround this would be to have a 32-bit front-end application (eg. A console application) for your class library using the SDF component toolkit.
Then your 64-bit AutoCAD plugin becomes the controller for your 32-bit process. Your 32-bit front-end application would use return codes (or any other applicable interprocess communication mechanism) to communicate success/failure/etc back to the AutoCAD plugin. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/SDFComponentToolkit-dll-on-64Bit-tp4978012p4978179.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
