Hi, I am using Visual Studio 6.0 to compile an old project I came across. The project compiles to a .lib extension - is there some way to convert to project to compile to a working DLL?
Or do I start a new DLL project, and reference the LIB file, and expose the LIB functions through the DLL functions?
I also have VS 2003 and 2005 if that makes a difference. I used 6 because that was the initial compiler.
Thanks,
James
Or do I start a new DLL project, and reference the LIB file, and expose the LIB functions through the DLL functions?
I also have VS 2003 and 2005 if that makes a difference. I used 6 because that was the initial compiler.
Thanks,
James