Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

轉成VC的Lib

0 views
Skip to first unread message

回憶....

unread,
Feb 27, 2002, 2:57:52 AM2/27/02
to
==> 在 "Jerry Chen" <cti...@yahoo.com.tw> 的文章中提到:
> 很多人會將VC的lib或dll轉成BCB使用
> 但不知道有沒有人知道該如何將BCB使用的lib或dll
> 轉成使用呢?

這是在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>

0 new messages