Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Using hiredis and qt under Windows

Using hiredis and qt under Windows

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
2 Posts 2 Posters 816 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Neptunus
    wrote on last edited by
    #1

    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:
    errori.jpg

    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.

    JonBJ 1 Reply Last reply
    0
    • N Neptunus

      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:
      errori.jpg

      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.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Neptunus
      I would expect these to be resolved by linking with kernel32.lib? Compare the linker lines generated from VS vs Creator? I don't know what Win32_Interop.lib is.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved