DLL(50分)

  • 主题发起人 主题发起人 longwx
  • 开始时间 开始时间
L

longwx

Unregistered / Unconfirmed
GUEST, unregistred user!
我怎样才能知道Windows的Dll中都有那些函数,及其用法?最好能有电子图书下载,谢谢!
 
???
很多dll是应用程序加进去的!
 
The easiest way is use Quick View.
Select the certain DLL file, right click,
choose Quick view.
then
, it will show some information about the DLL file, such as
Import Table, Export Table.
In the Export Table List, there is some functions which can be used in your program.
 
If your DLL use COM interface, then
you can use import its type library.
But to normal DLL file, Ido
n't have a good idea.
jghuang's idea may work, but Ido
n't think Quick View Can
show us the params of export functions provided by the DLL.
If someone have good ideas or tools mail it to zengjie@263.net.
Thanks.
 
But if you want to know how to use the functions, you can only get it from the developer.
 
看看DELPHI4带的HELP里的WIN32 PROGRAMMER'S HELP.
 
没什么特别好的方法:
分析清楚DLL的结构,那什么都迎刃而解.
 
就是。知道函数名易,而知道参数却难,不知有无好的办法。
 
只有API手册了
 
同志们:
“Windows的Dll中都有那些函数,及其用法”的书可有地方买,一般在哪一类书
名中去查找?
 
多人接受答案了。
 
后退
顶部