I guess there's something fundamental you do not understand.I already have all the headers
You have the DLL, that's ok.
You have the headers (.h file) that's great.
Now, include the header file in your own source code and link the dll with your program.
Something in the lines of LIBS += -lmpusbapi should be added to your .pro file
Bookmarks