Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using COleDispatchDriver class outside MS Visual Studio.

Status
Not open for further replies.

globos

Programmer
Nov 8, 2000
260
FR
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top