Le lun 04/08/2003 à 10:39, Dimitrie O. Paun a écrit :
On August 3, 2003 03:38 am, David Miller wrote:
Recently I spent some time on this again and would like anyone interested in the database to take a look and email me comments.
When comparing 'exports' for example, I get this kind of output: ... IID_IAVIStream is exported by win98-4.10.1998 and wine IID_IGetFrame is exported by win98-4.10.1998 and wine BitReverseBuf is exported by win98-4.10.1998 only FaxCodecChange is exported by win98-4.10.1998 only ...
which is fine, but I will drop the similarities:
IID_IAVIStream is exported by win98-4.10.1998 and wine IID_IGetFrame is exported by win98-4.10.1998 and wine
just output the differences, there are too many anyway. Or have a checkbox to ask the user if they want to see only the differences.
I checked the unimplemented APIs for vcdeasy, and there are two things: - Cygwin's dlls (cygz, cygjpeg6b, cygxml2-2, cygwin1) are listed, when they're not part of a Windows installation. You should try to separate what's part of Windows (any version), and what can be found elsewhere (from an application, a toolkit, etc.). - Also, in gdi32, BitBlt and StretchBlt are marked as stubs. I have a hard time believing that. What's your method to identify stubs?
Vincent