Results 1 to 4 of 4

Thread: Debugging Qt Application ActiveX on IE8

  1. #1
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Debugging Qt Application ActiveX on IE8

    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,

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Debugging Qt Application ActiveX on IE8

    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.

  3. #3
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Debugging Qt Application ActiveX on IE8

    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}")

  4. #4
    Join Date
    Aug 2009
    Posts
    5
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Debugging Qt Application ActiveX on IE8

    Any solution appeared? I´m still have using the same workaround (downgrade to IE7)

    Thanks,

Similar Threads

  1. QT3 application is not running on ARM Board
    By soumya in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 20th July 2009, 11:13
  2. Deploying Qt 4.5.1 Application on RHEL 5.. Pls Help
    By swamyonline in forum Installation and Deployment
    Replies: 0
    Last Post: 28th June 2009, 12:43
  3. Qt Application + Web Integration -- Help needed
    By swamyonline in forum Qt Programming
    Replies: 0
    Last Post: 17th February 2009, 12:59
  4. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 19:37

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.