1. DLL contents
- Posted by Carlos Valdes <cvaldes at DF.GOB.MX> Feb 17, 1999
- 452 views
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.
2. Re: DLL contents
- Posted by Don Groves <groves at ACM.ORG> Feb 18, 1999
- 448 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
3. Re: DLL contents
- Posted by Grape Vine <chat_town at HOTMAIL.COM> Feb 19, 1999
- 426 views
THanx..This is very helpfull...now i know it ~can~ be done...now i need to get link.exe....=) >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. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
4. Re: DLL contents
- Posted by Grape Vine <chat_town at HOTMAIL.COM> Feb 19, 1999
- 447 views
For the most part this works...I have been using it...But it does not say wht is in all dll's and thoes are the ones i want access to Grape > >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 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
5. Re: DLL contents
- Posted by Filthy Jim McNasty <filthy-mcnasty at BIGFOOT.COM> Feb 20, 1999
- 452 views
Grape, If you're after LINK.EXE, it's part of the free distribution of VB (Control Creation Edition) available from MS as VB5CCEIN.EXE. For old 16-Bit DLLs/EXEs (DOS or Win) a useful DOS utility is VExe v4.00 (Available various FTPSites as VEXE400.ZIP). It's shareware, but I've not been able to track down the author's present whereabouts. > -----Original Message----- > From: Euphoria Programming for MS-DOS > [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of Grape Vine > Sent: 1999 February 19 18:33 > To: EUPHORIA at LISTSERV.MUOHIO.EDU > Subject: Re: DLL contents