How to rebuild.lib file?

I have a .lib file for an old version of Visual Studio. As I understand it, to use it, you need to rebuild this one .lib file in the current version of the visual studio. How do I do this?

Author: BuT Bigbook, 2017-02-08

1 answers

If there is a dll, then load it dynamically, get the address of the desired function, and call it.

 0
Author: qwerty ytrewq, 2017-02-09 13:31:38