PDA

View Full Version : Debugging Qt Application ActiveX on IE8



Robson Ramiro
26th August 2009, 01:56
After update to Internet Explorer 8 I can´t debug anymore ActiveX application buiding with Qt3 or Qt4 whatever...

Does anybody know any workaround? (except downgrade to IE7)

Tks,

yogeshgokul
26th August 2009, 06:10
Change the COM control to new one. Means there must be new COM control installed when you update IE. So you need to change it in your Qt application also.
If you are editing GUI with designer. Just right click on QAxWidget and reset, then set same control again. Should work.

Or if you are editing GUI in code. Then you need to find the new COM object serial number.

Robson Ramiro
27th August 2009, 15:16
Thanks for attention!!

But not works...

I had already change the numbers with new generation... (look below)

Q_CLASSINFO("ClassID", "{0a546c53-3373-4ce0-9e20-c48401f5befa}")
Q_CLASSINFO("InterfaceID","{dec7b369-c57f-4475-ae12-f589bdadd58c}")
Q_CLASSINFO("EventsID", "{f190cbef-c0ab-436a-b56d-83b2e79b11df}")

Robson Ramiro
5th July 2010, 21:27
Any solution appeared? I´m still have using the same workaround (downgrade to IE7)

Thanks,