Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator built from sources problem to load Core.dll
Forum Updated to NodeBB v4.3 + New Features

QtCreator built from sources problem to load Core.dll

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 3 Posters 5.8k 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.
  • S Offline
    S Offline
    Satmosc
    wrote on last edited by
    #1

    Hi,
    I just compiled QtCreator from sources successfully.
    If I start it from command prompt of setted up environment variables , it works fine !!!!

    But When I try to open it by clicking on its Icon , it tries to load Qt Libraries which I copied all required libraries (found them by Dependency walker).

    So , there is no issue to locate or find QtCore.dll or Qt..... because they are included in bin directory of QtCreator.
    but During start up , the Core.dll files fails to load and I know it is because that dll file is unable to locate Qt Dll files , which I already copied them.

    The Question is how , to fix issue to push that core.dll file inside Lib Directory of qt Creator to find the dlls without setting up environment variables !?

    !http://i55.tinypic.com/9la249.jpg(QtCreatorFails to load)!

    M.Hatami
    To the Rationalism

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chuck Gao
      wrote on last edited by
      #2

      Hi Satmosc, i think the first thing you need check is: Which kind of QtCreator you build, mingw or MSVC, and which lib you used.
      The default QtCreator is build by MSVC :)

      Chuck

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Satmosc
        wrote on last edited by
        #3

        hi, I compiled by MSVC. it works fine from CMD when the environment variables are setted.
        I want to open it just like the one from SDK ( i mean just clicking on the exe file)

        M.Hatami
        To the Rationalism

        1 Reply Last reply
        0
        • S Offline
          S Offline
          Satmosc
          wrote on last edited by
          #4

          Really nobody round had such an issue ? wow ,
          Opened the Bug report http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5078

          I closed the Report , because I found the solution and it is really solution not a temp trick. just copy qt/bin/*.dll files to qtCreator/bin/. then it will find all other issues.

          Actually , I found that I have still error with Help.dll but I know now that I should check by deeper dependency check or runtime dependencies rather than ...

          Help.dll require phonon4.dll and QtWebkit4.dll :)

          M.Hatami
          To the Rationalism

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Sigma
            wrote on last edited by
            #5

            [quote author="Satmosc" date="1307098387"]Really nobody round had such an issue ? wow ,
            Opened the Bug report http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5078

            I closed the Report , because I found the solution and it is really solution not a temp trick. just copy qt/bin/*.dll files to qtCreator/bin/. then it will find all other issues.

            Actually , I found that I have still error with Help.dll but I know now that I should check by deeper dependency check or runtime dependencies rather than ...

            Help.dll require phonon4.dll and QtWebkit4.dll :)[/quote]

            I just have the same issue with the Core.dll becauses I only copy QtGui4.dll, QtCore4.dll and QtNetwork4.dll.

            After copying all DLLs, it work fne.

            Thanks

            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