1. DLL info
- Posted by Jason Gade <jgade at NETZERO.NET> Aug 15, 1999
- 397 views
- Last edited Aug 16, 1999
I want to use some DLL's that I don't have any kind of includes for. Quickview in Win95 only shows me the names of the DLL routines. How can I take a DLL apart to find out what values are returned and what values are used as parameters? Or is this impossible? ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html
2. Re: DLL info
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 16, 1999
- 405 views
If you don't see any names in them they do not export any functions Only the author of the DLL can use it.
3. Re: DLL info
- Posted by Jason Gade <jgade at NETZERO.NET> Aug 17, 1999
- 391 views
- Last edited Aug 18, 1999
-----Original Message----- From: Bernie Ryan +ADw-bwryan+AEA-PCOM.NET+AD4- To: EUPHORIA+AEA-LISTSERV.MUOHIO.EDU +ADw-EUPHORIA+AEA-LISTSERV.MUOHIO.EDU+AD4- Date: Monday, August 16, 1999 7:44 AM Subject: Re: DLL info +AD4-If you don't see any names in them they do not export any functions +AD4-Only the author of the DLL can use it. +AD4- I've got function names+ADs- I just don't know what arguments each function takes or what (if any) it returns. ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html
4. Re: DLL info
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 18, 1999
- 422 views
If the DLL's are a part of windows then that info can be easy to obtain. If the You don't have a header file, you have no way of finding out except from the author. There is no magic program that can peek at them. If you post the DLL names then maybe someone on the list will be familiar with them and have information about the functions in them. Bernie