PDA

View Full Version : The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.



rahulvishwakarma
22nd August 2014, 08:59
hi to all,
I am new to Qt and I installed Qt5.3.1 in my win 7 desktop pc, with mingw shipped with this. I created one simple
GUI project. this required these DLLs to run executable file. (all DLLs are downloaded from www.dll-files.com)

1. icudt51.dll
2. icuin51.dll
3. icuuc51.dll
4. msvcp100d.dll
5. msvcp110.dll
6. msvcp110d.dll
7. msvcr110.dll
8. msvcr110d.dll
9. Qt5Cored.dll
10. QtCored4.dll

and then I hang-up with this error :-


Starting D:\Projects\QtProjects-Win\build-hello_GUI-Desktop_Qt_5_3_MinGW_32bit-Debug\debug\hello_GUI.exe...
The program has unexpectedly finished.
D:\Projects\QtProjects-Win\build-hello_GUI-Desktop_Qt_5_3_MinGW_32bit-Debug\debug\hello_GUI.exe crashed
In IDE execution of project.

And error in executing "filename".exe file

The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located in dynamic link library Qt5Cored.dll.
how to overcome this problem.
please help.

Lesiok
22nd August 2014, 09:11
msvc* dll's are required by Microsoft Visual C++ not by mingw. You have mixed two enviroments : mingw and MSVC.

ChrisW67
22nd August 2014, 21:06
(all DLLs are downloaded from www.dll-files.com)

Why? Delete these and use the the DLLs in the Qt distribution you built against. These will actually match each other and the compiler toolchain you used to build your project.