PDA

View Full Version : How to use activeX control (.ax) with its DLL in qt



sanket.mehta
8th August 2011, 07:09
Hi All,

I have one activeX control (.ax file) with me. I also have its DLL file too.
Now I want to use this activeX control in my Qt application and call its function who's definition are there in its DLL.
I have read that QAxWidget is userful to load activeX contol in qt.
I have successfully loaded it but when I try to call its function using dynamicCall() function of QAxWidget, It shows me "Object does not support automation" error.

Can any one help me with this?

any help will be appreciated loudly..

Thanks in advance,
Sanket