1. List of dll export info in txt files

I have extracted the export tables of the following DLLs and put just
the names of the windows routines, that can be called using c_func, in
simple lists in text files. I find them helpful in determining the exact
name to use in define_c_func. I use them with a batch file that points
to them and uses a command line grep utility.

If the any of you would be interested in having these files. Let me
know. All of the file are about 32k. I could simply e-mail them to the
list, put them on my web page, or send them to the Euphoria page. If
anyone is interested in them, just let me know.

The files, as I have named them, are:

Dll.Comdlg32.txt
Dll.Gdi32.txt
Dll.Kernel32.txt
Dll.Shell32.txt
Dll.User32.txt
Dll.Winmm.txt

--
Terry Constant
constant at flash.net

new topic     » topic index » view message » categorize

2. Re: List of dll export info in txt files

Terry Constant wrote:

> I have extracted the export tables of the following DLLs and put just
> the names of the windows routines, that can be called using c_func, in
> simple lists in text files. I find them helpful in determining the exact
> name to use in define_c_func. I use them with a batch file that points
> to them and uses a command line grep utility.

Is this just a list of function names, or does it contain the prototypes of
the calls as well?

It would be a great service if someone decided to maintain a library of
functions, so we could just include something like 'gdi.e' and get all the
gdi.dll calls.

Post it to the Euphoria page!

-- David Cuny

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu