Hi all
I have also got the code to handle alternative "dispinterface" events interfaces
working. I had to edit the SVN version of axfunc.prg to add support for cID:
FUNCTION WIN_AxGetControl( hWnd, bHandler, cID )
LOCAL oAx := WIN_OleAuto()
oAx:__hObj := __AxGetControl( hWnd )
IF bHandler != NIL
oAx:__hSink := __AxRegisterHandler( oAx:__hObj, bHandler, cID )
ENDIF
RETURN oAx
Thanks for everyone's patience in this long, long series of threads. Now I can
update my apps to Harbour version 2!
Regards
Alex
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour