It seems like an FTDI library to me, which means it would be a plain simple 'C' library. Therefore you would need to use 'extern "C"' to reference the external dependancies in that library.
eg.
Qt Code:
extern "C" void someFunction(int);To copy to clipboard, switch view to plain text mode




Reply With Quote

Bookmarks