[JDEV] Help wanted on JabberCOM and BC++ Builder
Thomas Charron
tcharron at ductape.net
Fri May 4 10:56:12 CDT 2001
From: "AL MYS" <almys2k at yahoo.com>
Subject: [JDEV] Help wanted on JabberCOM and BC++ Builder
> Finally, I have not been able to use the OnXML or
> other event handlers. I don't know if I am missing
> something.
I'm unfamiliar with BC++ Builder and the 'helpers' that it may use when
dealing with COM, but basically, in order to recieve the OnXML event
handlers, you need to register conneciton points to the COM object itself.
One way to do this is to use Advise and pass the IUnknown of the COM object
implementing the callback functions to the COM object..
Many people get connection points confused with ActiveX events. They
are completely distinct. ActiveX events use IDispatch, and NOT IUnknown.
More information about the JDev
mailing list