RE: EuCOM
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Apr 19, 2001
- 461 views
> -----Original Message----- > From: Ray Smith [mailto:smithr at ix.net.au] > This is the biggest news for Windows Euphoria users since Win32Lib!!!! > > Well Done. Thanks! > I have only run the demo ... and broswed the demo program and wrapper. > > Using Com in Euphoria is obviously a little more work than VB, Delphi > or MS VC++ but it doesn't seem to bad. I doubt that it'll ever be as easy as VB, but once we start using the lib, I think we'll figure out good ways to wrap everything. I left it fairly bare bones on purpose, so it would be easy to add better wrappers later. > Do you have any plans for writting wrappers for any other OCX > controls? Right now I'm looking at CodeMax, a code editor control. However, I'm sorta looking for a break from COM for a few days. :) Actually, a big goal of mine is to write something to automatically wrap any COM object for EuCOM. In the mean time, it's not too dificult, as long as you have the CLSID for a control. Also, some might not support the IPersistStreamInit interface, and might need another way to initialize them. Not a major problem, but something to remember. > I have read an email or two in the last few months of you mentioning > COM but didn't really expect results like what you have achieved. Sometimes, neither did I. I'm just waiting for MTS to admit that he's not the best at everything: "If I can't do it, no one can." :) Matt Lewis