[SOLVED] Qt Creator - Can't release always debug && Entry point not found in QtGui4.dll
-
Hi,
I have already succeeded in compiling in release mode my project since then. But now, for no reasons, it always build it in : "...build-desktop-Qt_4_8_1_for_Desktop_-_MSVC2010__Qt_SDK__Release\debug\test.exe"
I just changed the project compilation mode in the left bottom corner of the window to release, and it compiles in the debug directory instead of the release one... When I try to run the application manually in the directory, even with the mingwm10.dll, QtCore4.dll and QtGui4.dll, it throw me an error and ask me to add QtGuid4.dll to my directory. (which I think means that it was compiled in debug mode)
Am I missing something ?
-
Hi,
Do you have a CONFIG += debug line somewhere in your project ?
-
I have filed a "bug report":https://bugreports.qt-project.org/browse/QTCREATORBUG-9972 on the issue. You may want to add more specifics if you have any.
-
-
Ok, sounds better, I've changed the "debug" to "release" manually in Qt creator > Projects, Compilation steps, QMake configuration for compiling.
Now, qmake call :
qmake.exe C:...\test.pro -r -spec win32-msvc2010 "CONFIG+=release" "CONFIG+=declarative_debug"
But I still have an issue : The enter point of the program is not found :
"?doItemsLayout@TableView@@UAEXXZ is not found in the dynamic library QtGui4.dll".
-
You can rerun qmake in the projects pane which should be left to your editor window. You can go to the project and right click.
You will see a new pull-down window showing several entries like:
@
Set <your project> as Active Project"
Build
Run qmake
Deploy
Run
Rebuild
Clean
...
@"Run qmake" is what I meant.
-
[quote author="Elfayer" date="1376295640"]
qmake.exe C:...\test.pro -r -spec win32-msvc2010 "CONFIG+=release" "CONFIG+=declarative_debug"
[/quote]"CONFIG+=declarative_debug" should not be in there for a release mode compilation. It should be present only for debug mode compilations.
-
Here is what I have so far :
http://imagesup.org/images11/1376304102-compilationconfig.png
!http://imagesup.org/images11/1376304102-compilationconfig.png(pic1)!
bq. You can go to the project and right click.And sorry, I didn't understand where you wanted me to right click.
-
I got this files in my release directory :
!http://imagesup.org/images11/1376311990-releasefiles.png(pic1)!
-
You can display pictures directly in your post by using the "picture button.":http://qt-project.org/wiki/ForumHelp#b642e0c67b7a32cc0b833ea119693dce
I have updated the picture links for you.
See this picture below with the Projects pane. The project has a grey bar in background in this case. Place mouse cursor above and right click, you should see a menu opening:
!http://db.tt/g45v2Esd(pic)! -
bq. You can display pictures directly in your post
I first did, but the picture is going in front of the profile.
Ok, i've finally found and "run qmake". But the problem persist, I still have the error :
“The entry point of procedure ?doItemsLayout@TableView@@UAEXXZ is not found in the dynamic library QtGui4.dll” -
Hmmm...
Looks like a mix up of dlls. Do you have several Qt versions on your machine?
How do you start in release mode? Through creator?Saw your reference to mingwm10.dll in your first post. Do you mix mingw and msvc compilations?
That is not going to work for sure. The binaries are not compatible. Also you cannot mix between versions of the same compiler (within versions of msvc or within versions of mingw). -
You can see the parameters of my compilation above. I guess by the following picture that I have two versions of Qt and I'm compiling with Qt Creator.
bq. Saw your reference to mingwm10.dll in your first post. Do you mix mingw and msvc compilations?
Sorry, I don't know.
!http://img4.hostingpics.net/pics/750639compilationInfo.png(info)!
-
Those are the ones assigned to your project.
Go to "Tools"->"options"->"Build&Run" there you find the different "Qt versions", "Compilers" and "Kits" recognized by Qt creator.
For your project handling you should do a complete rebuild of the project. Same place as you found "Run qmake" there should be "Clean" and "Rebuild". It would be good enough to run rebuild, but clean before does not hurt.
-
bq. Go to “Tools“>“options”>“Build&Run” there you find the different “Qt versions”, “Compilers” and “Kits” recognized by Qt creator.
!http://img11.hostingpics.net/pics/946888compileOptions.png(compileInfo)!
bq. For your project handling you should do a complete rebuild of the project. Same place as you found “Run qmake” there should be “Clean” and “Rebuild”. It would be good enough to run rebuild, but clean before does not hurt.
This wont affect my .cpp files ?
-
bq. It would be good enough to run rebuild, but clean before does not hurt.
I did, same error :
“The entry point of procedure ?doItemsLayout@TableView@@UAEXXZ is not found in the dynamic library QtGui4.dll”I've found some topic on the same error on google, but I don't know what to do with it... It seems it come from the PATH environment :
http://developer.nokia.com/Community/Discussion/showthread.php/229077-quot-Entry-Point-Not-Found-quot-problem
http://stackoverflow.com/questions/11484000/qtgui4-dll-entry-point-not-foundPS: Also see the previous message.
-
-
Those posts are referring in principle also to a mix up of libs.
You can check your environment path in a cmd prompt, by typing "path" and pressing return. Typically the output will be fairly long. Check whether there is an entry pointing to the msvc2008 you have on your machine.
Alternatively, you can go also to the Build&Run page of your project. At the bottom is "System environment". There is also the "path" of the environment. Again no msvc2008 is allowed. You have only Qt libs compiled for msvc2010, so you can use only this compiler.
Check also for references to the mingw build in path. They have to be out as well.
Check, if the msvc2010 compiler tool chain is assigned to msvc2010 Qt libs. Your menu is looking different from mine and it is not only the language. I assume that you have an old qt creator version (cannot have a look right away), consider updating to the newest one.
-
PATH = c:\Program Files (x86)\Microsoft F#\v4.0;
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VSTSDB\Deploy;
c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE;
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN;
c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools;
c:\Windows\Microsoft.NET\Framework\v4.0.30319;
c:\Windows\Microsoft.NET\Framework\v3.5;
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;
C:\Program Files (x86)\HTML Help Workshop;
C:\Program Files (x86)\HTML Help Workshop;
c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Performance Tools;
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools;
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin;
C:\QtSDK\Desktop\Qt\4.8.1\msvc2010\lib;
C:\QtSDK\Desktop\Qt\4.8.1\msvc2010\bin;
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;
C:\Program Files (x86)\ATI Stream\bin\x86_64;
C:\Program Files (x86)\ATI Stream\bin\x86;
C:\Perl64\site\bin;
C:\Perl64\bin;
C:\Program Files\MiKTeX 2.9\miktex\bin\x64;
C:\Windows\system32;
C:\Windows;
C:\Windows\System32\Wbem;
C:\Windows\System32\WindowsPowerShell\v1.0;
C:\Program Files\Broadcom\Broadcom 802.11\Driver;
C:\Program Files\TortoiseSVN\bin;
C:\Program Files (x86)\Common Files\MDL Shared\ISIS;
C:\Program Files (x86)\Objective Caml\bin;
c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;
c:\Program Files\Microsoft SQL Server\100\Tools\Binn;
c:\Program Files\Microsoft SQL Server\100\DTS\Binn;
C:\Program Files (x86)\OpenAFS\Common;
C:\Program Files (x86)\OpenAFS\Client\Program;
C:\Program Files\OpenAFS\Common;
C:\Program Files (x86)\MIT\Kerberos\bin;
C:\Program Files\OpenAFS\Client\Program;
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-StaticHow can I update my QtCreator? I tried to update from QtCreator in Help>Start update tool and it says "No updates available".
I think I've downloaded it from the nokia developpemer web site.