H
Hilla
Hi,
Im trying to send an event from my ActiveX Dll that was written with
ATL and for some reason i dont see that the event is really sent... -
although it does get to the FIRE function.
I put breakpoints and i see that although its supposed to get to -
template <class T, const IID* piid, class CDV>
STDMETHODIMP IConnectionPointImpl<T, piid, CDV>::Advise(IUnknown*
pUnkSink,
DWORD* pdwCookie)
In ATLCOM.h
It doesnt get there!! and then it gets to the fire event with vector
size = 0 and so doesnt really send the event.
Thanks!
Im trying to send an event from my ActiveX Dll that was written with
ATL and for some reason i dont see that the event is really sent... -
although it does get to the FIRE function.
I put breakpoints and i see that although its supposed to get to -
template <class T, const IID* piid, class CDV>
STDMETHODIMP IConnectionPointImpl<T, piid, CDV>::Advise(IUnknown*
pUnkSink,
DWORD* pdwCookie)
In ATLCOM.h
It doesnt get there!! and then it gets to the fire event with vector
size = 0 and so doesnt really send the event.
Thanks!