error when running the .exe
-
the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5core.dll
the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Gui.dll
the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Widgets.dll
What should i do to solve this problem?
-
the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5core.dll
the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Gui.dll
the procedure entry point_ZdaPvj could not be located in the dynamic library D:\QT Projects\build-MyWindows-Desktop_Qt_5_7_0_MinGW_32bit-Release\release\Qt5Widgets.dll
What should i do to solve this problem?
-
Perhaps, the space in
QT Projects
causes troubles.
Try to place your*.exe
and all*.dll
to someD:\temp
, for example? -
Perhaps, the space in
QT Projects
causes troubles.
Try to place your*.exe
and all*.dll
to someD:\temp
, for example?@veryqtperson I tried it but the problem remains same! is there any other thing which i can try?
-
Maybe you didn't include the corresponding Qt modules in
*.pro
file?