The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.
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 :-
Code:
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
Code:
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.
Re: The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.
msvc* dll's are required by Microsoft Visual C++ not by mingw. You have mixed two enviroments : mingw and MSVC.
Re: The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.
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.