Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
24th July, 2004 at 18:33:48 -
Is there anyway to know what functions a DLL has? Like some sort of program that you can run to check all of the functions that a DLL has. I want to know so I can use certain dlls with the call dll object. Thanx.
after you load a dll, click the "exports" button to get the function list
Edited by the Author.
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
Rumour has it that QuickView (which came with Windows 95, I believe) could also list a DLL's functions. But it's pretty much useless unless you know what the arguments that each function requires are.
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
26th July, 2004 at 02:57:48 -
Thanks guys. I think that is what I am looking for Kris, but I can't get it to work. No functions come up when I click on export.
what does the log (at the bottom) say when you load the DLL? maybe it's a 16-bit one
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
27th July, 2004 at 03:17:57 -
Eeeeer, stuff that dll. I tried another and it worked but now I can see the functions how can I use them say with MMF calldll object?
DllRegisterServer
Library Desc: Description not available
Load DLL -> "whatever.dll"
Call Function -> "DllRegisterServer"
Get return value and put it into a counter
Unload DLL
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G