Results 1 to 10 of 10

Thread: Qt 4.7 with Visual C++ 2010: Unable to start program

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    2

    Default Re: Qt 4.7 with Visual C++ 2010: Unable to start program

    Quote Originally Posted by Lesiok View Post
    Use DependencyWalker to find missing DLLs
    I tried, it reports that the "MSVCP90D.DLL" , "MSVCR90D.DLL" and "IESHIMS.DLL" are missing. I realize that it is because I am using the Qt 4.7 libraries for Visual C++ 2008, while my environment is of VS 2010. Maybe I should wait until Qt release new update for VC2010.

    Thank you though, your advice helps me a lot!

  2. #2
    Join Date
    Nov 2009
    Location
    Sacramento, CA
    Posts
    24
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: Qt 4.7 with Visual C++ 2010: Unable to start program

    I use qt 4.7 fine on vs 2010.

  3. #3
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 284 Times in 279 Posts

    Default Re: Qt 4.7 with Visual C++ 2010: Unable to start program

    You must rebuild Qt with VS 2010.

  4. #4
    Join Date
    Nov 2009
    Location
    Sacramento, CA
    Posts
    24
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: Qt 4.7 with Visual C++ 2010: Unable to start program

    Quote Originally Posted by Lesiok View Post
    You must rebuild Qt with VS 2010.
    Not true, I used the pre built libraries right from the 2008 install without rebuilding the library. Myan are you building in release or debug?

  5. #5
    Join Date
    Oct 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    2

    Default Re: Qt 4.7 with Visual C++ 2010: Unable to start program

    Quote Originally Posted by steno View Post
    Not true, I used the pre built libraries right from the 2008 install without rebuilding the library. Myan are you building in release or debug?
    I built it in debug, that's why DependencyWalker reports the MSVCP90D.DLL/MSVCR90D.DLL are missing. I tried release, and it works.

    Any ideas? Thank you!

  6. #6
    Join Date
    Apr 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt 4.7 with Visual C++ 2010: Unable to start program

    Try to compile in Release mode.

Similar Threads

  1. Visual Studio Plugin (1.1.6) crashes Visual Studio (2010)
    By mboeni in forum Installation and Deployment
    Replies: 0
    Last Post: 11th October 2010, 16:46
  2. How to Qt4.7 Source with Visual Studio 2010
    By Aenima1981 in forum Installation and Deployment
    Replies: 0
    Last Post: 1st October 2010, 14:00
  3. Release date for Visual Studio 2010 AddIn
    By Gargolissimus in forum Qt Tools
    Replies: 1
    Last Post: 3rd June 2010, 03:29
  4. Plan for Visual Studio 2010 (MSVC 2010)?
    By Vinzz in forum Qt Programming
    Replies: 1
    Last Post: 18th April 2010, 17:42
  5. Can't start program without MS Visual Studio installed
    By Jh_ in forum Installation and Deployment
    Replies: 1
    Last Post: 8th November 2006, 20:56

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
  •  
Qt is a trademark of The Qt Company.