Re: List of dll export info in txt files
- Posted by David Cuny <dcuny at LANSET.COM> Jun 13, 1998
- 678 views
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