Anyone know how to see the functions that would be part of a dll? Dependency Walker thats part of MSVC is a good start but is there anything better? Maybe something that would show the return, and the parameters?
Printable View
Anyone know how to see the functions that would be part of a dll? Dependency Walker thats part of MSVC is a good start but is there anything better? Maybe something that would show the return, and the parameters?
You can't get the types of the parameters. The maximum amount of information stored is the number of bytes expected in parameters. You have to have the documentation or a header file to use a DLL.
Damnit WRONG ANSWER :mad:
Oh well I guess I am screwed :(
Thanks
A bastard I know. What DLL were you trying to use?
Its part of a IBM (Who has to be the worst at documentation, web help and web page) As/400 SDK pack. I looked through all the samples and can find 5 of about 25 functions. Its really pissing me off.