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.
I did convert MFC lib using 'coff2omf' to Borland format and copied that converted lib.