Hoiga salaray software

2006-12-11 Thread Mattias Eriksson
Hi, I'm a user of Hogia salary software under wine. It works fine with wine 0.9.11 but something broke in 0.9.12. It has gotten better with the latest versions but it still has a bug that makes it not work. I have been in contact with the Hogia developers and they are willing to provide a demo

Re: Hoiga salaray software

2006-12-11 Thread Stefan Dösinger
Am Montag 11 Dezember 2006 12:39 schrieb Mattias Eriksson: Hi, I'm a user of Hogia salary software under wine. It works fine with wine 0.9.11 but something broke in 0.9.12. It has gotten better with the latest versions but it still has a bug that makes it not work. I have been in contact with

Re: Hoiga salaray software

2006-12-11 Thread L. Rahyen
On Monday December 11 2006 11:39, Mattias Eriksson wrote: So if you just mail me some contact information and I'll forward them to the Hogia developers. If doing regression analysis is difficult for you then I can help you. I need software and brief description of introduced in

Re: DDraw: Protect IDirectDrawImpl against race conditions

2006-12-11 Thread Alexandre Julliard
Stefan Dösinger [EMAIL PROTECTED] writes: Am Donnerstag 07 Dezember 2006 21:17 schrieben Sie: This seems dangerous, changing the window size will potentially send messages to other threads, so doing it inside the lock can cause deadlocks. So I should unlock before I change the window size?

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-12-11 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: Alexandre Julliard a écrit : Exactly, we already have 8 sound drivers, and not a single one actually works properly, so I'm pretty reluctant to add yet another copy of the same broken code. which code are you referring to ? the dsound driver stuff

Re: DDraw: Protect IDirectDrawImpl against race conditions

2006-12-11 Thread Stefan Dösinger
Am Montag 11 Dezember 2006 15:39 schrieb Alexandre Julliard: Stefan Dösinger [EMAIL PROTECTED] writes: Am Donnerstag 07 Dezember 2006 21:17 schrieben Sie: This seems dangerous, changing the window size will potentially send messages to other threads, so doing it inside the lock can cause

Re: mscoree: Take advantage of an installed Mono for Windows to run .NET applications.

2006-12-11 Thread Alexandre Julliard
Hans Leidekker [EMAIL PROTECTED] writes: +memset(si, 0, sizeof(si)); +si.cb = sizeof(si); +if (!CreateProcessW(NULL, cmd_line, NULL, NULL, FALSE, 0, NULL, NULL, si, pi)) +{ +HeapFree(GetProcessHeap(), 0, cmd_line); +return -1; +} + +if

oleaut32:

2006-12-11 Thread Alex Villací­s Lasso
Alexandre Julliard escribió: Alex Villací­s Lasso [EMAIL PROTECTED] writes: This patch added the setlocale(LC_ALL, ) line to dlls/kernel32/locale.c . The oleaut32 tests for vartype.c have been failing since that time on non-English locales. I see now that setting the locale around calls of

Re: fonts:add framework for tahoma font

2006-12-11 Thread Matt Finnicum
On 12/10/06, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Steven Edwards [EMAIL PROTECTED] wrote: Greenville is virtually abandonware and while its not really possible to claim the font was ripped of it still was being developed under the umbrella of the ReactOS project. Even if work on it is

wine-rpm on mandriva2007_x86-64

2006-12-11 Thread Daniele Bagaglini
For installing the latest *wine-rpms* and working with it, on mandriva-2007.0_x86-64, we need to install libxxf86vm1-1.0.1-2mdv2007.0.i586.rpm downloadable on a mandriva2007_x86_32 repository, like this for example:

Wine HQ server.

2006-12-11 Thread Tony Lambregts
What would it take (how much would it cost us) to move the www.winehq.org site to another server? We have had this problem for a while now (over a week) that our main site has been sporaticly unavailable. I appreciate all the work Jeremy Newman has put into trying to find the problem but I think

Re: fonts:add

2006-12-11 Thread Louis Lenders
Greenville's face is substantially is different from Tahoma, the only thing which is similar to Tahoma is character widths, which makes Greenville a compatible replacement of Tahoma. Since I worked for a publishing company for 10 years, and I know how the font faces are .being created, I should

Re: Wine HQ server.

2006-12-11 Thread Jeremy White
Hi Tony, I don't know; that strikes me as overkill. We do have rack space for more servers, so we certainly could drop more in; if someone wants to buy 1U servers, we can put those in. But it seems like adding additional admin work in response to a single software glitch is a mistake. I think

Re: comctl32: fix imagelist regression from comctl32: Remove Nx1 assumptions in ImageList_Read

2006-12-11 Thread Peter Oberndorfer
On Sunday 10 December 2006 16:57, Peter Oberndorfer wrote: The patch comctl32: Remove Nx1 assumptions in ImageList_Read (e74b0ee9102470d1b866e94c54527b34806cf876) would produce black images on the toolbar of IDA Pro Demo after clicking one of the listviews on the right Changelog:

Re: winemenubuilder: Write truecolor icons as PNGs

2006-12-11 Thread Frank Richter
On 06.12.2006 20:01, Francois Gouget wrote: I'm pretty sure my memory mangled some of this. Hopefully Alexandre will clarify things. Yeah, I'm also wondering how an acceptable PNG icon support would look like. -f.r.

Re: fonts:add

2006-12-11 Thread Steven Edwards
On 12/11/06, Louis Lenders [EMAIL PROTECTED] wrote: So what now? How to proceed? Is that font freely available? Should we ask Reactos developers to donate the font to wine? Would be nice if this font could finally be added in near future, applications are failing because of this Talk to the

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X by correctly setting LC_MESSAGES.

2006-12-11 Thread Ken Thomases
On Dec 11, 2006, at 1:46 PM, Pierre d'Herbemont wrote: This patch allows Mac OS X Users that set in System Preferences.app a language (say English) and that don't use the default number and text formatting currently associated with this language (for instance if they use French number and

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X by correctly setting LC_MESSAGES.

2006-12-11 Thread Pierre d'Herbemont
On 11 déc. 06, at 22:42, Ken Thomases wrote: On Dec 11, 2006, at 1:46 PM, Pierre d'Herbemont wrote: +/* This filters the 'right' locales (xx_xx.UTF-8) */ +if (strstr(file-d_name, .UTF-8)) +CFArrayAppendValue(available_locales, (void*)

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X by correctly setting LC_MESSAGES.

2006-12-11 Thread Pierre d'Herbemont
On 12 déc. 06, at 00:20, Pierre d'Herbemont wrote: +} +closedir(dir); I think the above code to scan /usr/share/locale is unnecessary. Doesn't CFLocaleCopyAvailableLocaleIdentifiers provide the equivalent? You're quite right. I though setlocale didn't handle 'en' properly

Re: kernel32: Allow the prefered language to be different from the prefered locale on Mac OS X by correctly setting LC_MESSAGES.

2006-12-11 Thread Ken Thomases
On Dec 11, 2006, at 5:49 PM, Pierre d'Herbemont wrote: On 12 déc. 06, at 00:20, Pierre d'Herbemont wrote: +} +closedir(dir); I think the above code to scan /usr/share/locale is unnecessary. Doesn't CFLocaleCopyAvailableLocaleIdentifiers provide the equivalent? You're quite

Re: Wine HQ server.

2006-12-11 Thread Brian Vincent
I don't know; that strikes me as overkill. We do have rack space for more servers, so we certainly could drop more in; if someone wants to buy 1U servers, we can put those in. Looking at the traffic reports, it seems like the WineHQ server is serving A LOT more than it ever has. We're at