c++ - How to check that LIB import library fully match its DLL? -
i have dll import library. when try reference import library, linker errors functions can't resolved. think there mismatch in versions of dll , import library. there way check import library match dll, without checking tons of functions manually via dumpbin?
the problem header file contains functions not defined in .lib file. have new header file , out of date .lib file.
possible solutions:
- contact library vendor obtain .lib file matches header file , dll using.
- create .lib file yourself.
Comments
Post a Comment