Re: [PATCH] winemaker fixes

2002-05-27 Thread Martin Wilck
Am Sam, 2002-05-25 um 11.15 schrieb Francois Gouget: I did not get time to test it but it looks reasonable. I'm not too sure about removing the FreLibrary. It probably does not matter much since we are exiting anyway. But it looks more like a bug in Wine than a bug in the wrapper. All I can

Re: null midi device

2002-05-27 Thread Shachar Shemesh
Are you sure it wouldn't make more sense to implement a NULL midi device in Linux? Shachar Chris wrote: i'd like to contribute to the wine codebase and for some applications of mine they request i have a midi device, but since i don't have one in linux, wine doesn't show one

Re: shlwapi shreg tests failed

2002-05-27 Thread Paul Millar
On Sun, 26 May 2002, [iso-8859-1] Sylvain Petreolle wrote: Now with the current release, --winver option is gone, so I have [VERSION] Windows = winme to ensure winme is selected. Test fail the same way. Ok, I've put my test results at http://www.astro.gla.ac.uk/users/paulm/wine/test-out

Re: conflict on NOERROR #define

2002-05-27 Thread Tony Lambregts
Philip Brown wrote: in include/winerror.h, you need to add at line 1484: #ifdef NOERROR /* Solaris thing, in /usr/include/arpa/nameser_compat.h */ # undef NOERROR #endif This is not a patch. The way I made the attached patch was, first cut and paste frome your email into winerror.h

Re: Patches for Wine on 256 colour display and sparc

2002-05-27 Thread Tony Lambregts
Gregg Mattinson wrote: This patch is against the wine-20020509 snapshot. include/winnt.h: - Fixed the LARGE_INTEGER and ULARGE_INTEGER unions for big endian. server/trace.c: - Removed crash from dump_uints dlls/ntdll/time.c: - Removed alignment problem in RtlSecondsSince19?0ToTime

Re: null midi device

2002-05-27 Thread Eric Pouech
Chris a écrit : i'd like to contribute to the wine codebase and for some applications of mine they request i have a midi device, but since i don't have one in linux, wine doesn't show one either. i'd like to create a null midi device in wine then, sort of like an optional midi device that

Re: Asian characters printing - not supported

2002-05-27 Thread Ian Pilcher
Huw D M Davies wrote: I'm not sure how to neatly do this. I suppose the user could add the font to the ppd file and the font would then be treated as a builtin font. This is pretty much the kludgy method I was referring to below. I would think that it would be pretty simple to have a

Re: SafeDisc-1 semi-cleaned note...

2002-05-27 Thread Laurent Pinchart
i hope i am not asking to much by this, but is there any chance you could send me a copy of the diff's with some fixme comments so I know exactly which things need to be cleaned up? I know that you said the server suspension code needs to be checked, and the 0x7ffe page needs to be

How to fix SizeOfImage when loading a builtin dll ?

2002-05-27 Thread Laurent Pinchart
Hi everybody, I noticed that, when a builtin dll (.so) is loaded, the SizeOfImage field in the OptionalHeader is not updated and stays equal to page_size (see winebuild, spec32). I need to get the correct value in SizeOfImage. I thought about updating that field in map_dll@library/loader.c,

Re: SafeDisc-1 semi-cleaned note...

2002-05-27 Thread Laurent Pinchart
The second one has been written by Alexandre to fix the process suspension at creation time. Once again I'd like to hear from him to know what he doesn't like about the code, as he's the one who wrote it :-) And I would also like to see this patch converted/ported to the current cvs

Main window size difference

2002-05-27 Thread Guy L. Albertelli
Has anyone else noticed that the size of main windows under Windows is much different than under Wine. As an example, using the Tab control test program (from the ControlSpy series). Under Windows the overall size appears to be about 819x564. Under Wine it is about 505x268. (I may be off by 1 or

Re: Time related functions patches (bug #725)

2002-05-27 Thread Vincent Béron
Note to self: read the docs thoroughly before submitting a patch. These 2 patches replace the similarly named patches in the parent message. There was a slight problem in the daylight saving part. Changelog: - Fix LocalFileTimeToFileTime (was offset if daylight was active). - Fix