Results 1 to 2 of 2

Thread: Please help with QT instalation and error

  1. #1
    Join Date
    Oct 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Unhappy Please help with QT instalation and error

    Hello

    I have been trying all week to install QT. However I have been getting all week the same error when compiling no matter what I do.

    So I will describe the steps I take to install and you tell me where I am doing it wrong.

    I have already Installed Visual studio 2010, as I want to use MSVC as a compiler. The current version of visual studio 2010 is: Visual Studio 2010 Professional

    I have installed QT 5.5.1 MSVC 2010 : qt-opensource-windows-x86-msvc2010-5.5.1.exe

    I went inside the application, started a new project, and I got this error:

    The program can't start because mspdb100.dll is missing from your computer. Try reinstalling the program to fix this problem


    qt-errpr.jpg

    reinstalling does not help. And I searched on google everywhere all the solution did not help

    next I tried to ignore it and compile the program. NOPE. I got this error

    jom: C:\Users\zem1fh\Documents\build-hellow-Desktop_Qt_5_5_1_MSVC2010_32bit-Debug\Makefile.Debug [debug\main.obj] Error 2
    15:32:36: The process "C:\Qt\Qt5.5.1\Tools\QtCreator\bin\jom.exe" exited with code 2.
    Error while building/deploying project hellow (kit: Desktop Qt 5.5.1 MSVC2010 32bit)
    When executing step "Make"
    15:32:36: Elapsed time: 00:00.


    To be honest these errors are making me very irritated as I cannot find solution to it. I tried installing older version of QT (5.4.1 MSVC 2010) but that did absolutely nothing for me.


    why is this happening ?

    kit for qt.jpg

    debug.jpg

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Please help with QT instalation and error

    The DLL is not found becuase Visual studio's executable paths are not automatically added to the system PATH by Microsoft's installer. You need to have a working command line environment for the Microsoft compilers before Qt can use it. If Qt Creator is launched from such an environment then it can use the compiler. Try launching Qt Creator from the command line of a shell started form the VS "Visual Studio Command Prompt (2010)" to see.

    Microsoft provide a batch file that will set up this environment for the current shell but the minimum you probably need is to add "...\Microsoft Visual Studio 10.0\Common7\IDE" to the system PATH

Similar Threads

  1. Replies: 4
    Last Post: 29th April 2014, 16:20
  2. Qt Creator Problem with instalation (WinXP SP3)
    By Longin in forum Qt Tools
    Replies: 0
    Last Post: 19th December 2013, 15:48
  3. : error: [\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\udeb\V ideo.exe] Error 1
    By ranjit.kadam in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 1st May 2011, 22:11
  4. Instalation and Setting Qt4 on WindowsXP
    By frenk_castle in forum Installation and Deployment
    Replies: 3
    Last Post: 1st September 2009, 13:12
  5. Qt and VC++ instalation problem
    By gui.br in forum Installation and Deployment
    Replies: 6
    Last Post: 21st July 2009, 07:13

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.