|
-
Mar 7th, 2003, 08:33 PM
#1
Thread Starter
Addicted Member
DLL Question
Okay this one probably doesnt have a good answer but how do people find out what functions they can call from a DLL? Is there anyway of just finding out or do you have to have documentation that tells you what functions the dll contains?
C, C++ and none of that MCF crap either!
-
Mar 7th, 2003, 10:20 PM
#2
Frenzied Member
You can use programs such as Dependency Walker, it's included with VS
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Mar 8th, 2003, 08:29 AM
#3
But it only tells you names of the functions, no parameters (except mangled C++ names) or return types.
For all DLL functions you'll call there is documentation in the place where the DLL came from. Except if the developer didn't intend you to use his DLL, in which case there probably won't be any info unless on some hacker pages.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|