<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Recently I spent some time on this again and would 
like anyone interested in the database to take a look and email me 
comments.&nbsp; (What's good, how it can be better, and what features could be 
there, but aren't)&nbsp; Currently the web interface consists of a few forms 
which do the following:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1.&nbsp; Compare imports or exports between two 
windows versions.&nbsp; This will output all APIs imported or exported by a dll 
you specify along with which version exports that API.&nbsp; Example: you 
specify wine and windows95 as windows versions.&nbsp; Each API will say it is 
exported by wine only, win95 only, or both.&nbsp; It is color coded in the hope 
of making it slightly more readable.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2.&nbsp; Perform general queries.&nbsp; This just 
does SQL queries based on the criteria you specify.&nbsp; You can query by any 
or all fields.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>3.&nbsp; Find unimplemented APIs for a given 
program.&nbsp; This locates all APIs imported by a specified application and 
outputs the ones which are unimplemented or stubs in wine.&nbsp; This is broken 
down by dll which the app tries to import from.&nbsp; Red APIs are not in wine 
spec files while blue APIs are listed as stubs in the spec files.&nbsp; There 
are only a couple of apps listed right now.&nbsp; Leave the application field 
empty for a complete list.&nbsp; I intend to make the output&nbsp;hyperlinks 
which will query for all apps importing that specific API.&nbsp; Maybe that will 
help find test cases when tracking down a bug.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The forms are currently at <A 
href="http://24.229.94.2">http://24.229.94.2</A>&nbsp; Unfortunately I can't 
keep this as a permanent location.&nbsp; The PC is just too slow and the scripts 
really hog CPU.&nbsp; They do lots of SQL queries.&nbsp; 
:)</FONT></DIV></BODY></HTML>