Missing .lib file in mingw53_32
Unsolved
General and Desktop
-
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 -
@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 :-)