On 10/14/05, Gregory Woodhouse <[EMAIL PROTECTED]> wrote: -snip- > > Again, as I have looked at CPRS, the only COM object used is > > TWebBrowser. And I was able to take that out for the Wine CPRS > > without any significant change to CPRS. > > So, does it use OLE automation to invoke IE? Sorry, I haven't done > any Windows development for a long time, so the terminology I'm using > may well be dated. > >
I haven't done anything with this for a few years either. My understanding is that ActiveX is just a fancy name for OLE and COM. And yes, Borland used COM to interface with TWebBrowser and other COM objects. The wrapper classes typically use stuff like IDispatch to evoke the methods exposed by the COM objects. Borland can also take Delphi/C++ Builder objects and convert them into ActiveX objects. These can then be loaded into web browser etc. I don't know if that is what they are doing to standardize CPRS or not. Kevin ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
