why the dll file isn't loaded?
General and Desktop
10
Posts
3
Posters
2.7k
Views
2
Watching
-
Hi,
What I encountered is that the automatic search function of QLibrary didn't do what I expected. It needed the .dll postfix.
Also make really sure your library is in the same folder as your executable. So if in de debug mode, place it in the shadow build debug folder. It will not look into your project folder when you build shadow builds. -
Hi,
What compiler did you use to create the DLL and which one are you using for your application ?
-
So, is the your Qt 5.3.1 also compiled with VS2008 ?
-
Yes it should.
Visual Studio rule number one: Everything must be compiled with the same version of Visual Studio.
The different versions of Visual Studio are not compatible one with the other.