QtCreator built from sources problem to load Core.dll
-
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)!
-
Really nobody round had such an issue ? wow ,
Opened the Bug report http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5078I 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 author="Satmosc" date="1307098387"]Really nobody round had such an issue ? wow ,
Opened the Bug report http://bugreports.qt.nokia.com/browse/QTCREATORBUG-5078I 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