A friend of mine asked me to create an application to control some things with the use of an "Velleman VM167". This VM167 is nothing more than a USB interface card with some GPIO's and a few ADC's.
This VM167 comes with an SDK consisting of two DLL's (VM167.dll and MPUSBAPI.dll where is suspect that the alst one is used within the first DLL) and a header file VM167.h
I've used the card before in successfully Delphi but now wanted to make the conversion to Qt. And as this is just a simple project I thought this might be the right time.
What I've want to do is import the DLL and use the functions implemented in that DLL. I've tried a lot of thing and googled a lot of tutorials but they always use a .lib
or a .a
file. Which I don't have.
Is there a way to use this DLL and control the card using Qt?
Im using Qt 5.3 with the MinGW 32 bit compiler.
Link to the product description and SDK download: http://www.velleman.eu/products/view/?country=be&lang=en&id=384006