Главная страница | назад





Article #17031: Using VC to import a Borland DLL

 Question and Answer Database
FAQ2031C.txt Using VC to import a Borland DLL
Category :Windows API
Platform :All
Product :C++Builder ALL
Question:
How do I make a VC-compatible import library from a
Borland DLL?
Answer:
Run dumpbin on the DLL to get a list of function names.
Manually create a .def file listing these functions as
imports. Then run lib /DEF:[your_def_file_name_].def.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99