Link CR95HF with Qt Creator
Hi everybody,
I would like to use my CR95HF reader in a Qt quick application (on Windows computer). For that I tried to include the CR95HF.dll and the CR95HF.h in my project. For that I paste the two files on my Qt project folder and include my dll in my .pro like that:
LIBS
+=
-L'./CR95HF.dll'
And the header file in my main.cpp like that:&sharpinclude
<./CR95HF.h>
The both files are corretly find. My problem is the 'HidManager.h'. Indeed this file is not find by the header file.Maybe I need to past these files in another place ?Does anyone have any idea to help me ?Thanks a lot !Have a good dayRegardsSimon#qt-creator #cr95hf.dll #cr95hf #rfid