Keywords: Create .lib file from .dll file, Visual Studio, Programming Recently I was working with a 3rd party win .dll file and having trouble to compile my code as I did not have required .lib file. Microsoft Visual Studio provides a way to create necessary .lib file form .dll file. Follow the steps given below to create .lib file from .dll file. Step 1: Open the Visual Studio Command Prompt Start ->Programs ->Microsoft Visual Studio -> Tools-> Visual Studio Command Prompt Step 2: Execute the ‘dumpbin‘ command to get…
Read More