這是在Borland用戶社群網站(Borland Community)找到的
http://community.borland.com/
http://community.borland.com/article/0,1410,17031,00.html
------
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.
--
I AM BADMEN!
I AM BADMEN!
I AM BADMEN!
C.H.
--
* Origin: ★ 交通大學資訊科學系 BBS ★ <bbs.cis.nctu.edu.tw: 140.113.23.3>