Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Designer.exe will not launch after compiling libraries

    Installation and Deployment
    6
    7
    5111
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LawrenceS last edited by

      I am overly frustrated with the Qt - Visual Studio add-in because I cannot get the designer to open my *.ui files. The problem lies in the launching of designer.exe. I am not sure why this is the case but when I open designer through the Visual Studio 2010 menu item or through the C:\Qt\bin\designer.exe file the same thing happens. The process shows up in the task manager for a moment and then dissappears, never to successfully launch.

      The process I used to install:

      1. Download and extract Qt 4.7.3 Source Code
      2. Copy contents of the folder qt-everywhere-opensource-src-4.7.3 to C:\Qt\4.7.3
      3. Set-up enviromental variables (QTDIR and QMAKESPEC) and update PATH to include (%QDIR%\bin)
      4. From Visual Studios Command Prompt:
        cd c:\Qt\4.7.3
        configure -debug-and-release -opensource - platform win32-msvc2010
        nmake
      5. Install Qt Visual Studio Add-in
      6. Integrate just complied Qt to IDE using menu Qt > Qt Options

      I am sure all these details were not necessary but can someone help solve this issue? I am mid project and would like to finish my application. Thanks.

      Edit: I am using Visual Studios Ultimate 2010 x64 with Windows 7 Enterprise x64.

      1 Reply Last reply Reply Quote 0
      • E
        Eddy last edited by

        Moved to the installation and deployment subforum

        Qt Certified Specialist
        www.edalsolutions.be

        1 Reply Last reply Reply Quote 0
        • G
          gedd last edited by

          Can you give us the Qt Creator version ?

          Gedd

          1 Reply Last reply Reply Quote 0
          • K
            koahnig last edited by

            Did you have already a Qt version installed prior to compilation of version 4.7.3?

            Seeing the sequence of steps you listed, I do not see a particular problem.
            I guess you have downloaded the zip-file. Otherwise you should have had problems in the make process.
            I am not sure if you really need step three of your list.

            The major differences I see that I am on Visual studio 2005 and possibly that I have had always a Qt version installed prior to recompilation.

            It could be an incompatibility of vsaddins with your vs version.

            Can you create an ui through vs2010 (add class->Qt4 classes->Qt4GuiClass)?

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply Reply Quote 0
            • J
              Jupiter last edited by

              have you installed all updates for your studio? there was a bug in the compiler which made crashes like that in early versions.

              1 Reply Last reply Reply Quote 0
              • V
                VitorAMJ last edited by

                bq. have you installed all updates for your studio? there was a bug in the compiler which made crashes like that in early versions.

                Nazgul is right, I had the same problem you are having. Install service pack 1 for VS2010 and the problem will probably vanish. This was a BUG on VS2010.

                1 Reply Last reply Reply Quote 0
                • V
                  VitorAMJ last edited by

                  To those building Qt over Windows using Visual Studio and still having difficult, please check "this out":http://developer.qt.nokia.com/wiki/Building_Qt_Desktop_for_Windows_with_MSVC

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post