I have the source code for a program made by someone but do not have a .lib file, but do have the .dll file. I also have the header file.
Is it possible to compile the program?
This is a discussion on Compile Program missing .lib file have .dll within the C++ Programming forums, part of the General Programming Boards category; I have the source code for a program made by someone but do not have a .lib file, but do ...
I have the source code for a program made by someone but do not have a .lib file, but do have the .dll file. I also have the header file.
Is it possible to compile the program?
You can create a new lib file with the tool implib.exe