Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Missing .lib file in mingw53_32
Qt 6.11 is out! See what's new in the release blog

Missing .lib file in mingw53_32

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 1.2k Views 1 Watching
  • 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.
  • O Offline
    O Offline
    OveF
    wrote on last edited by A Former User
    #1

    Hello all

    Anyone knows if there ever were a adsiid.lib file in the mingw53_32 library? Seems like i need it to remedy a problem.

    https://support.microsoft.com/en-us/help/171723/how-to-build-adsi-code-in-visual-c

    Best regards
    OveF

    K hskoglundH 2 Replies Last reply
    0
    • O OveF

      Hello all

      Anyone knows if there ever were a adsiid.lib file in the mingw53_32 library? Seems like i need it to remedy a problem.

      https://support.microsoft.com/en-us/help/171723/how-to-build-adsi-code-in-visual-c

      Best regards
      OveF

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @OveF

      Probably this question is better suited in MinGW forum. At least in MinGW-w64 a header called "adsiid.h" is known.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      1
      • O OveF

        Hello all

        Anyone knows if there ever were a adsiid.lib file in the mingw53_32 library? Seems like i need it to remedy a problem.

        https://support.microsoft.com/en-us/help/171723/how-to-build-adsi-code-in-visual-c

        Best regards
        OveF

        hskoglundH Offline
        hskoglundH Offline
        hskoglund
        wrote on last edited by
        #3

        @OveF You could always cheat just by defining that GUID yourself, try inserting this line in your .cpp file:
        extern const GUID IID_IADs = {0xfd8256d0,0xfd15,0x11ce,0xab,0xc4,0x2,0x60,0x8c,0x9e,0x75,0x53};

        That way you will not be needing any ADSIId.lib :-)

        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