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 are were developed in C.
How do i go about it? I'm using VS 2005.
Please advise.
Assuming the .lib was compiled for VS 2005, you should be able to use it as-is for static linking. C libraries can be used with C++. If you really want to make a .dll, you will probably have to look at your compiler's documentation.
yup... I'm able to use it as static linking... but i need to convert the whole package into a dll...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks