PDA

View Full Version : how to call com component function from Qt other than dynamiccall()



rajeshs
28th May 2008, 07:24
Hi,

In Qt we have one class QAxBase, which is used to call COM Component functions, here we have to pass the function name as string to dynamiccall(). Is there any way to call directly call COM component function without using dynamiccall() funciton.

jacek
28th May 2008, 16:52
You can use standard COM functions to obtain the interface.

http://msdn.microsoft.com/en-us/library/ms682305(VS.85).aspx