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...