This works under MSYS perl also.
--- David Miller <[EMAIL PROTECTED]> wrote:
> Hi, I have attached the script I am working on for this project. It is not
> finished. Currently it will ignore APIs with no name or ordinal
> ### simply because I haven't figured out how to handle them yet. There
Hi, I have attached the script I am working on for this project. It is not
finished. Currently it will ignore APIs with no name or ordinal
### simply because I haven't figured out how to handle them yet. There
seems to be a general consensus on wine-devel we don't need a MySQL
database so I
Francois,
I am interested in taking on the "build a database of windows APIs and
dependencies" task. I have started work on scripts to scan a windows
system and list import/export information. So far I can gather a list
of dlls and run dumpbin on them, then parse imports (mostly, I think).
I