1. Wrapping COM objects

Hi all,

Lately I've become very interested in XML, and I've been
working alot with the Microsoft XML Parser in VB and scripting
environments. What I'd like to do is wrap the msxml.dll file
that contains the COM object so it's accessible from Euphoria.

The problem is that it's a COM object, not a normal DLL -
which means it's entirely based on OO technology. In order
to access any of the functionality you must first create
an instance of a particular object and manipulate its properties
and methods. Since Euphoria isn't OO, how would one go about
doing this?

I've considered writing a DLL that encapsulates the XML objects'
functions in functions that can be easily accessed from Euphoria.
Would this work, and more importantly, would it be worth it?

Thanks,

----->Buddy
budmeister1 at juno.com
http://tenbux.iwarp.com/

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu