Windows API db / find APIs missing for a given app

2003-08-03 Thread David Miller
Recently I spent some time on this again and would like anyone interested in the database to take a look and email me comments. (What's good, how it can be better, and what features could be there, but aren't) Currently the web interface consists of a few forms which do the following: 1.

Re: building a windows API database

2003-03-27 Thread David Miller
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

Looking for information on implemented API's in wine

2003-02-13 Thread David Miller
I am ready to begin work on the actual database aspect of cross referencing the windows dlls. As part of the database I would like to include the status of a given API in wine so it will be possible to do things like query for all unimplemented APIs in a given dll. The first questions I have

Windows API script updated

2003-02-10 Thread David Miller
I've updated my script to output imported_api.html which lists all of the dlls and the specific APIs imported from other dlls. Hopefully that is a bit more useful than just which dlls are imported. There is a sample output here: http://home.ptd.net/~compsol/imported_api.gz It is about 800kb

Re: Windows API (What I have so far)

2003-02-09 Thread David Miller
, if you like. Shachar Quoting David Miller [EMAIL PROTECTED]: I thought a few of you might be interested in the current status of this script, so here is an update. I will attach a copy in case anyone wants to test it, or add functionality or fixes. I'd be interested in the results

Windows API (What I have so far)

2003-02-08 Thread David Miller
I thought a few of you might be interested in the current status of this script, so here is an update. I will attach a copy in case anyone wants to test it, or add functionality or fixes. I'd be interested in the results of any tests, especially if you discover any parsing errors. It is far

Windows XP conformance test update 1/5

2003-01-04 Thread David Miller
Not much to report this time but there is something... strange. kernel32/drive reported the following. C:\winetestskernel32_test.exe drive drive.c:113: Test failed: GetDiskFreeSpaceA(Z:\): ret=0 GetLastError=53 drive.c:165: Test failed: GetDiskFreeSpaceW(Z): ret=0 GetLastError=53 drive: 156

WinXP conformance test update

2002-12-28 Thread David Miller
I noticed two tests were still missing information. Here are the results of those tests. C:\winetestskernel32_test.exe file file.c:633:Current offset = 0015 file.c:658:Current offset = 0015 file: 487239 tests executed, 0 marked as todo, 0 failures. C:\winetestskernel32_test.exe generated

Re: WinXP Test Oddities (Changed Test Results!!)

2002-12-11 Thread David Miller
happening instead. I'll try to reproduce the other errors tonight if I can, and if I am successful I will post the results to the wine-devel group. David Miller, you also received 31 errors for this test, yes? Could you test again straight after a computer reboot? Thanks, Kye Lewis

WinXP Professional conformance test update

2002-12-11 Thread David Miller
Here are the results of all the tests which produced different results today using the new binaries, as well as output from tests I didn't run previously because I didn't realize they existed. (I followed the script) C:\winetestsdsound_test.exe dsound dsound.c:56:Testing Primary Sound Driver -

Re: Janitorial Projects -- conformance tests --recruiting volunteers

2002-12-09 Thread David Miller
As someone only attempting to learn C I am looking for some other way to contribute something to wine. I have WinXP home on my laptop, so I could do WinXP tests if you can give me more information on what needs to be done. Dave

Re: Janitorial Projects -- conformance tests --recruiting volunteers

2002-12-08 Thread David Miller
I could probably run some tests under WinXP. I just need to compile the tests on windows, execute them, and post output to wine-devel? Is this correct?