Re: New EXE

2003-08-31 Thread Ferenc Wagner
Jakob Eriksson [EMAIL PROTECTED] writes: http://vmlinux.org/jakov/Wine/regrtest.exe How could you make it this small? 400 kB vs. 2.9 MB, that is, the tenth of mine! It makes a good difference in download. Archive: tests.zip (2.9 MB) Length Date TimeName

Re: [ANN] Conformance testing campaign

2003-08-31 Thread Ferenc Wagner
Ivan Leo Murray-Smith [EMAIL PROTECTED] writes: So vmware won't do? (I think the answer is no because of directx (Not a problem for me to do a real install, just asking)). Since we have no DirectX tests, vmWare should be good enough. Especially if it makes new versions available. Feri.

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, code cleanup, UI alignment

2003-08-31 Thread Dustin Navea
--- Francois Gouget [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003, Dustin Navea wrote: [...] Not sure how possible this is or if it has already been thought of just let me know, but what about loading the config into memory and having wine make it look like the registry while loaded (ie

Re: New EXE

2003-08-31 Thread Jakob Eriksson
Ferenc Wagner wrote: Jakob Eriksson [EMAIL PROTECTED] writes: http://vmlinux.org/jakov/Wine/regrtest.exe How could you make it this small? 400 kB vs. 2.9 MB, that is, the tenth of mine! It makes a good difference in download. First all tests are stripped from symbols. I guess you

Re: msi.dll broken with yacc in current cvs

2003-08-31 Thread Mike McCormack
Hi Stefan, I think it's probably better to upgrade your yacc. I guess we could add a configure test for this and disable msi.dll if yacc is not new enough, but I'm hesitant to remove %pure-parser because msi.dll will require a second parser for parsing conditions in the database.

Bugzilla bug #556

2003-08-31 Thread Dave Miller
Bug 556 is reconcile the windows and wine spec files. The point I think is make sure all windows APIs are listed, and listed correctly. I have a question... If a particular API has four different ordinals in four different windows versions, what goes in the spec file? You can see an example of

Re: Bugzilla bug #556

2003-08-31 Thread Dimitrie O. Paun
On August 31, 2003 04:02 am, Dave Miller wrote: If a particular API has four different ordinals in four different windows versions, what goes in the spec file? I guess it doesn't matter, and it should go in with an automatic ordinal, that is '@'. -- Dimi.

msi.dll broken with yacc in current cvs

2003-08-31 Thread Stefan Leichter
Hello, i can not compile msi.dll on one of my systems. make aborts with: yacc -d -t ../../../wine/dlls/msi/sql.y yacc: e - line 69 of ../../../wine/dlls/msi/sql.y, syntax error %pure-parser ^ make[2]: *** [y.tab.c] Error 1 make[2]: Leaving directory `/usr/src/wine-build/dlls/msi' make[1]: ***

Source release and download directory

2003-08-31 Thread Jakob Eriksson
Source release and download directory: http://vmlinux.org/jakov/Wine/

Re: Bugzilla bug #556

2003-08-31 Thread Francois Gouget
On Sun, 31 Aug 2003, Dave Miller wrote: Bug 556 is reconcile the windows and wine spec files. The point I think is make sure all windows APIs are listed, and listed correctly. I have a question... If a particular API has four different ordinals in four different windows versions, what goes

Re: wsock32: implement arp query

2003-08-31 Thread Tom
Juan Lang wrote: ChangeLog: implement arp table querying through WsControl, and fix problem I introduced getting IP addresses for multiple interfaces Ummm. The patch :) Tom

Re: gethostbyname() feature.

2003-08-31 Thread Jakob Eriksson
Maybe you could write a regression test for this function? Rein Klazes wrote: hi, In the newsgroup someone reported a crash in gethostbyname() when the application called it with a null parameter. msdn says about this: | If null is provided in the name parameter, the returned string is | the