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.