impossibile to load declarative_positioning.dll"
-
Hello,
Since my last Qt update (5.11 final), I get the error message""qrc:///qml/observation_pos. qml:5 plugin cannot be loaded for module "QtPositioning": Cannot load library C:\Program Files\XXXX\QtPositioning\declarative_positioning.dll: The specified module is not found.".
when I start my application.I didn't change anything in the.pro file
The specified file exists, however. How to explain this error message?
Sincerely,
-
Hello,
Since my last Qt update (5.11 final), I get the error message""qrc:///qml/observation_pos. qml:5 plugin cannot be loaded for module "QtPositioning": Cannot load library C:\Program Files\XXXX\QtPositioning\declarative_positioning.dll: The specified module is not found.".
when I start my application.I didn't change anything in the.pro file
The specified file exists, however. How to explain this error message?
Sincerely,
@Francky033 Maybe you're using different compiler than the one used to build this DLL?
-
No, I'm using the msvc2017 64bit compiler .. as usual...
I didn't have this problem with the beta and RC versions of qt 5.11
-
The program works very well under qt 5.10.1
Would this have anything to do with the precompiled qml I use with qt version 5.11?
-
If I compile the program under qt 5.11 and replace the declarative_positioning.dll file with version 5.10.1 everything works fine...
-
I found the source of my problem. The Qt5PositioningQuick.dll file was missing!
Thank you all!