how can i see the fucntions available in the dll file.
-
Hi all, I have a dll file which i want to use in my application before that i want to check the available functions in that so that i can decide whether to use it or not. Please suggest me a way through which I can see the fucntions before usign it. Thanks in advance....
-
Hi all, I have a dll file which i want to use in my application before that i want to check the available functions in that so that i can decide whether to use it or not. Please suggest me a way through which I can see the fucntions before usign it. Thanks in advance....
-
Hi all, I have a dll file which i want to use in my application before that i want to check the available functions in that so that i can decide whether to use it or not. Please suggest me a way through which I can see the fucntions before usign it. Thanks in advance....
-
i personally think you can use the tool which is supplied by VC6.0's "Dumpbin",which is in the "bin" file,open it and print the command "C:\Books\14>dumpbin ~~.dll /exports",then you can get the information about the exports method. may you luck.
But i feel that depends.exe is a much better tool.