|
Thread: DLL
-
Nov 9th, 2000, 12:26 PM
#1
Thread Starter
Lively Member
I have a DLL. How can I find out what procedures are in it.
VB 6 Professional Edition
-
Nov 9th, 2000, 12:34 PM
#2
Fanatic Member
Use the Dependency Walker that comes with vb. (Start --> Programs --> Microsoft Visual Studio --> Microsoft Visual Studio Tools --> Dependency Walker)
-
Nov 9th, 2000, 01:32 PM
#3
Thread Starter
Lively Member
the Dependancy Walker shows me what the DLL depends on.
I need to know that the DLL can do for me. I know that it can data from a program. I need to know that data and how to get it.
I know for some DLLs that are common there is a text file that can be read with the API text viewer. This has the functions, attributes that can be accessed and how to acccess them. How is that TXT file created
VB 6 Professional Edition
-
Nov 9th, 2000, 02:16 PM
#4
Fanatic Member
It's created by the creator of the dll. (Microsoft)
-
Nov 9th, 2000, 02:52 PM
#5
Monday Morning Lunatic
You can't use a DLL unless you have the exact function definitions for it, most likely from the original supplier. There is very little information that can actually be extracted from the DLL apart from the function names.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 9th, 2000, 03:23 PM
#6
Thread Starter
Lively Member
So unless the DLL creator builds the file or gives me the functions I am in the cold. That is to bad.
Thanks all
VB 6 Professional Edition
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
|