Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows build issue: "The procedure entry point _ZN10QArrayData10deallocateEPS_yy could not be located..." #21

Open
Poikilos opened this issue Nov 28, 2020 · 0 comments

Comments

@Poikilos
Copy link
Owner

Poikilos commented Nov 28, 2020

"... in the dynamic link library %USERPROFILE%\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release\outputinspector.exe." where %USERPROFILE% (redacted) is the user profile directory.

image

"Even if the library version is the same they may be non compatible. For instance they were compiled with different configurations, like with or without STL support, OpenGL, SQL drivers..." (See https://stackoverflow.com/questions/11694140/qt-release-build-dll-procedure-entry-point-error).

I tried all of the commented and uncommented combinations here to try to ensure it is using the Qt that windeployqt put there:

set MYPATH=C:\Users\Jatlivecom\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release
REM set QTPATH=%MYPATH%
REM set PATH=%MYPATH%;%PATH%
REM cmd /C "set PATH=%MYPATH%;%PATH% && outputinspector.exe"
cmd /C "set PATH=C:\Users\Jatlivecom\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release;%PATH% && outputinspector.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant