Here you can download and read about my tiny contribution to the WINE
project, createdb.pl.
What is createdb.pl supposed to do?
- Locate dlls and dump API imports and exports
using winedump
- Create a database of all APIs and their status
in wine
What still needs to be done?
- Create a web interface which can query
the database to compare windows versions, find unimplemented APIs, etc.
- We need to have the script run on a clean
install of each windows version...
- Determine which APIs are missing for a given
program (May be done with another script, but will rely on this database)
Download createdb.pl here (Creates a
windows api list)
Download createwinedb.pl here (Create
a WINE api list only)
Download sample win98.ref here
Download sample wine.ref here
Createdb.pl does not create the HTML map. HTML will be created automatically
from the content in the database.
In the mean time if you want to create an HTML map use this.
Email me suggestions on improving
createdb.pl.