c++ - Qt-creator use dll -


how access functions in given dll in qt ?

you can use qt class "qlibrary". can find detailed description , examples @ http://doc.trolltech.com/4.7/qlibrary.html

the main idea is, define function pointer, assign qlibrary::resolve function in dll, , can call function.


Comments