Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problems with Kits and MSVC 2013

Problems with Kits and MSVC 2013

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 3 Posters 3.0k Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #1

    Hi again.
    I want to build a 64-Bit application. So i changed the kits:

    Compiler: Microsoft Visual Studio C++ Compiler 12.0 (amd64)
    Debugger: (auto-detect) C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe
    Qt-Version: Qt 5.6.0 MSVC 2013 64-Bit

    And now i get These Errors:

    fatal error C1510: Cannot load language resource clui.dll.
    jom: C:\Users\Henrik\Documents\build-TextPad-Desktop_Qt_5_5_1_MinGW_32bit2-Debug\Makefile.Debug [debug\pagestextedit.obj] Error 4
    jom: C:\Users\Henrik\Documents\build-TextPad-Desktop_Qt_5_5_1_MinGW_32bit2-Debug\Makefile.Debug [debug\mainwindow.obj] Error 4
    jom: C:\Users\Henrik\Documents\build-TextPad-Desktop_Qt_5_5_1_MinGW_32bit2-Debug\Makefile.Debug [debug\pagemetrics.obj] Error 4
    jom: C:\Users\Henrik\Documents\build-TextPad-Desktop_Qt_5_5_1_MinGW_32bit2-Debug\Makefile [debug] Error 2
    13:48:50: Der Prozess "C:\Qt\Tools\QtCreator\bin\jom.exe" wurde mit dem Rückgabewert 2 beendet.
    Fehler beim Erstellen/Deployment des Projekts TextPad (Kit: Kit)
    Bei der Ausführung von Schritt "Make"
    
    I don't know why. Please help me,
    Henrik
    
    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      After changing the Kit did you execute qmake and rebuilt your application (you can delete the build directory before executing qmake and rebuild)?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      ? 1 Reply Last reply
      0
      • jsulmJ jsulm

        After changing the Kit did you execute qmake and rebuilt your application (you can delete the build directory before executing qmake and rebuild)?

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @jsulm
        Yes i did that. I can't rebuild

        fatal error C1510: Cannot load language resource clui.dll.
        jom: C:\Users\Henrik\Documents\build_TextPad64Bit\Makefile.Debug [debug\mainwindow.obj] Error 4
        jom: C:\Users\Henrik\Documents\build_TextPad64Bit\Makefile.Debug [debug\main.obj] Error 4
        jom: C:\Users\Henrik\Documents\build_TextPad64Bit\Makefile [debug] Error 2
        15:14:50: The process "C:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
        Error while building/deploying project TextPad (kit: Kit)
        When executing step "Make"
        
        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #4

          Hi, just googled your error message, seems it's not only you. One tip that I found is try turning off Whole Program Optimization (/GL), perhaps it'll help...

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            I have google it. Do i have Visual Studio completely ? Or is it ok to install only the windows sdk?

            Am I'm using the wrong compiler or wrong debugger?

            1 Reply Last reply
            0
            • hskoglundH Offline
              hskoglundH Offline
              hskoglund
              wrote on last edited by
              #6

              Hi, what happens if you compile in Release mode instead of Debug?

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved