Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QAxContainer
-
Hi,
I have these files: QAxContainer.lib and QAxContainerd.lib, but the compiler is looking for QAxContainer4.lib file,
How can I solve this?Thanks
-
Changing the library dependencies would be the easiest solution (simply remove the 4). Did you setup the dependencies yourself or with e.g. the Visual Studio Add-In? Tried it with the add-in but mine is linking to the correct libs by default.
-
I'm using scons to build my project. I've already removed the '4' for this dependency but the compiler finds more errors