I'm about to distribute my program that uses the Microsoft XML, v3.0 library.
I really need to use late binding instead.
To use late binding in AutoCad I used:
Code:
AcadObj = CreateObject("AutoCAD.Application")
method to set the application object. Does anyone know how I can set the XML application object or any other method to use late binding with XML?
If you don't succeed you run the risk of failure. * Dan Quayle