Hi,
I'm stuck with using an ActiveX control outside MS Visual Studio (I use command line tools).
The ActiveX Container I use is QAxContainer (a Qt module).
Wrapping the control with Qt is ok.
But I need to query the IDispatch interface of the control, because they are calls to the ActiveX control that Qt cannot handle.
Also I do not have the headers of the ActiveX.
I do know the dispid of the methods to call because I've generated an IDispatch wrapper class, and these infos are in it.
What do I have to include (headers, libs, etc.) to use the objects of class COleDispatchDriver? I want to call COleDispatchDriver::InvokeHelper.
Thanks.
--
Globos
I'm stuck with using an ActiveX control outside MS Visual Studio (I use command line tools).
The ActiveX Container I use is QAxContainer (a Qt module).
Wrapping the control with Qt is ok.
But I need to query the IDispatch interface of the control, because they are calls to the ActiveX control that Qt cannot handle.
Also I do not have the headers of the ActiveX.
I do know the dispid of the methods to call because I've generated an IDispatch wrapper class, and these infos are in it.
What do I have to include (headers, libs, etc.) to use the objects of class COleDispatchDriver? I want to call COleDispatchDriver::InvokeHelper.
Thanks.
--
Globos