Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Translating a static library to a DLL

Status
Not open for further replies.

wojtek

Computer
Joined
Jan 8, 2003
Messages
1
Location
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top