How to build dll from .lib and .h files in VS2005?
I have a protocol package that includes a list of .lib and its .h files that i wish to convert to dll to be used in a C++ environment. The .lib and .h files were developed in C.
How do i go about it? I'm using VS 2005.
Please advise.