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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have MFC Library, need to use API from MFC with Borland C++ app

Status
Not open for further replies.

tvnaidu

Programmer
May 2, 2012
1
US
I received MFC Library and header file as third party API, I have Borland Builder app, I need to call few API and link that MFC library into BC app, I included header file from third party into cpp file, also I copied library into borland file folder where all other files, when I call API, during linking I get error from Borland, it says "Unresolved external xyz()".

I did convert MFC lib using 'coff2omf' to Borland format and copied that converted lib.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top