Using DLL files

kzdev
02-09-2008, 06:56 AM
How can I find what functions and what pamameters are included in a DLL file?

OnErr0r
02-09-2008, 09:22 AM
If you can add a reference to the DLL, then it is COM and you will see that information in the Object Browser. If not, it is a "standard" DLL and function export names can be seen by using a GUI app like Depends.exe or console app like Link.exe. You will not see the numbers or names of parameters in either of these. This information should come from the author of the DLL.

kzdev
02-10-2008, 04:32 AM
Thank you ver much for your response in my question. I will follow your suggestions. :)

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum