PDA

View Full Version : Importing a DLL File in QT console (Windows)



gokul.vs
22nd February 2010, 10:56
Hi,
I am just starting of with the QT,Can anyone guide me on how to import the DLL files in QT. In the boland C++ we had done using _cdelc format, will that not work in QT. This is how I am importing the DLL functions in to my application in the Borland C++
extern "C" __declspec(dllexport) DWORD MPUSBGetDLLVersion(void);

Your response is very much appreciated.

Thanks & regards,
Gokul

squidge
22nd February 2010, 10:59
Use QLibrary