RE: EuCOM
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Apr 24, 2003
- 481 views
> From: xerox_irs at lvcm.com [mailto:xerox_irs at lvcm.com] > could you make a euphoria plugin(like flash) for internet exploder and > netscrape. Like an activex which does use COM as i remember. > So people and > us opengl, or exotica or winlib with euphoria in an internet browser Yes, ActiveX objects are really just COM objects with a few specialized interfaces. I've thought about making COM objects with Euphoria. It basically comes down to figuring out which interfaces need to be implemented and doing it, then compiling everything as a dll. There's also the issue of compiling the typelib, about which I have no idea, though that wouldn't necessarily have to be included in the same file, so you might be able to skip it. Matt Lewis