Re: DLL contents
- Posted by Don Groves <groves at ACM.ORG> Feb 18, 1999
- 449 views
At 17:08 2/17/99 -0600, Carlos Valdes wrote: >There is a command link.exe, that I found included in any Visual Basic >edition, and gives you the functions contained in any dll file. >(needs the msnvb41.dll to execute -also included in VB in the same >directory). >It runs from the ms-dos prompt. >Usage example: > >link /dump /exports odbc32.dll > >where you can substitute odbc32 for any other dll. > >Somebody asked for this a while ago. Hope you find it useful. If you're running Win95, 98 or NT4.0, you don't need VB. Right click on any .dll file, and select the Open With... Quick View option. You'll get a complete list of the exported functions. If Quick View isn't installed, it should be on your CDROM. -- Don Groves