Could not find procedure entry point _Z9qt_assertPKcS0_i in dynamic link library
-
Installed QT Creator 7.0.2 Windows 10 environment..
After installation, I created a project type Application(Qt) - Qt Widgets Application -Empty window. Build qmake.
After compiling, when running it shows the error below:
Could not find procedure entry point _Z9qt_assertPKcS0_i in dynamic link library.
I need help. Thanks.@CidGianni I know i'm late and you probably fixed it or have moved on, but you might have used the wrong compiler, using QT 6.7.0 (MSVC) would enter that meesage on a mingw program. You have to use QT 6.7.0 (MINGW) application to compile it, then it works!