Results 1 to 3 of 3

Thread: VS integration and runtime errors

  1. #1
    Join Date
    Jan 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy VS integration and runtime errors

    Hello.
    I have VS 2005 with Qt integration. I have annoying error. Please help.
    Each steps what do i do:
    1) add progressBar (from qt 3 support) to my form
    2) build project -> i've got some linker errors
    3) i add manually Qt3Support4.lib (library project->properities->linker->input->additional dependencies)
    4) i'm building project and recieving at the end error (before some lines like "no symbols loaded"
    Native' has exited with code 1 (0x1).
    at the line
    s = new Q3ProgressBar(viewTab);

    Please help TK.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: VS integration and runtime errors

    As I told you in the email, get rid of qt3support - you don't need it. I don't know if it solves the problem, but it's worth to try. Also try without using the integration module - use qmake and see if the problem persists.

  3. #3
    Join Date
    Nov 2007
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: VS integration and runtime errors

    hi,

    it is important that you install the latest release of the qt VS integration and remove qt3 support.

    I am working with the latest version ad have no runtime error problems (whereas i had some in the former VS integration as well)

    -uglykid

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.