wojtek
Computer
- Jan 8, 2003
- 1
I am using Borland's C++Builder5 and need to use a library built with MS Visual C++. Since Microsoft's LIB format is different from Borland's, I cannot link the library into my application. I saw a posting that mentioned that one can translate the library to a DLL and use it that way. Does anyone know how to do this?