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:


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -