Using hiredis and qt under Windows
Unsolved
3rd Party Software
-
Hi,
I downloaded and compiled with msvc2019 hiredis for windows.
Under Visual Studio it's work perfectly, but with Qt creator I have these problems:
I I've included the libraries hiredis.lib and win32_interop.lib
and, wuth INCLUDEPATH, DEPENDPATH, the path of the header files.
I tried to include to the project the header files directly, without success.
what am I doing wrong?
Thanks,
S.