Call existing C++ DLL
-
Hi,
Do you only have the DLLs ? Do you have some headers ?
-
You can follow "this doc":http://qt-project.org/doc/qtcreator-2.7/creator-project-qmake-libraries.html
-
hi ,
with this methode i can add only *.lib files
i have a DLL not a lib file[quote author="SGaist" date="1366022179"]You can follow "this doc":http://qt-project.org/doc/qtcreator-2.7/creator-project-qmake-libraries.html [/quote]
-
Are you exporting any symbol from your dlls ?
-
Hi!
Do you use same compiler in your QtCreator project(VS 2010)?
When you create C++ dll in output you get *.dll and *.lib files. In this case you can do like "doc":http://qt-project.org/doc/qtcreator-2.7/creator-project-qmake-libraries.html but if you want load library in runtime and for some reasons you don't have *lib and header files you can use "QLibrary":http://qt-project.org/doc/qt-5.0/qtcore/qlibrary.html