programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

RE: I HATE DLLs

From: Appert, Kevin <kevin.appert_at_lmco.com>
Date: Fri, 26 May 2000 09:15:11 -0700

OOPS! Rick already answered this one!
PEEXPORT is available in the collection called WALK32_1.zip at the URL:

http://www.orgon.com/pub/asm/

The source code is in the zip file as well if really want to be a class-A
propeller-head.

************

Date: Sat, 09 Oct 1999 10:14:02 -0700
From: "Rick VanNorman" <rvn_at_forth.com>
Subject: Re: How to query a DLL for all functions?

There is no mechanism in the Win32 api to do this. The only way I know
is to parse the PE header of the actual dll file.

There is a public-domain utility called PEEXPORT which will produce
a list of all exports in a dll. If you can't find this by searching on
AltaVista, I can provide a copy for you.

Rick

>From: "Shaping" <shaping_at_bigfoot.com>
>
>How can I query a DLL to determine all of its functions, not just those
that
>have been imported?
> ----------
> From: Appert, Kevin[SMTP:kevin.appert_at_lmco.com]
> Reply To: sftalk_at_forth.com
> Sent: Friday, May 26, 2000 8:58 AM
> To: 'sftalk_at_forth.com'
> Subject: [sftalk] I HATE DLLs
>
> Is there a tool for getting a list of the function names included in
> a
> given DLL? I can't seem to derive the correct names from the forth-party
> (not Forth Inc., Microsoft or me) C-language examples and dot-H.
>
> _______________________________________________
> Sftalk mailing list Sftalk_at_forth.com
> Visit Sftalk on the web at http://www.forthinc.com/mailman/listinfo/sftalk
>
Received on Fri May 26 2000 - 09:21:54 PDT

This archive was generated by hypermail 2.2.0 : Thu Nov 20 2008 - 03:04:28 PST