Re: kernel: updated French translation

2008-06-07 Thread Laurent Vromman
Hi, There is a mistake here : "L'acquéreur de le sémaphore est mort" The right translation is : "L'acquéreur du sémaphore est mort" The translation of "broken pipe" is not good too, but I can't find anything better on the internet. You should maybe try something like "Tube indisponible (broken

Re: notepad: updated French translation

2008-06-07 Thread Laurent Vromman
Hi, I don't know if it is important since the translation is grammatically correct, but in windows (I checked on XP SP2), the exact translation is "À &propos du Bloc-notes..." and not "À &propos de Bloc-notes..." Laurent Jonathan Ernst wrote: > -

Re: kernel: updated French translation

2008-06-07 Thread Laurent Vromman
There are a few mistakes in your translations : The right translation for "Overflow" is "Dépassement", not "Dépacement" You often use the word "Mauvais" as a translation for "Bad". Sometimes, it could be better not to translate literally. For example, I think "Niveau de pilote incorrect" is a b

Mistakes in my yesterday evening patches

2007-11-07 Thread Laurent Vromman
I have send 4 patches yesterday. The 2 first of them are tagged resend. Please do not take those two first patches into account, they have already been merged in the git tree. My proxy played me a trick, i haven't see that before I sent them again. Only the 2 last ones (3/4 and 4/4) are

Re: [1/2] gdiplus: rendering of linecaps [try2]

2007-07-07 Thread Laurent Vromman
Why do you use M_PI / 2.0 or M_PI / 4.0 and not directly M_PI_2 and M_PI_4? Laurent Evan Stade a écrit : Hi, [try2] Removed non-portable constructs. Changelog: * added helpers that render line caps * added end cap drawing for GdipDrawLineI dlls/gdiplus/graphics.c | 220

Re: GDI+ programs

2007-06-11 Thread Laurent Vromman
Evan Stade a écrit : Hi, I want to make some real applications work with the built-in wine GDI+. Does anyone know of some programs that use GDI+ that would be good for guiding my development? thanks, Evan Stade Navigation uses it (see in AppDB or at http://francois.fouchet.free.fr/ ) Laur

Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Laurent Vromman
Stefan Leichter a écrit : Am Tuesday 22 May 2007 18:05 schrieb Laurent Vromman: There is a few tabs in the file : Here (line 92), first blank character : + &dwValCount, NULL, NULL, NULL, NULL); Here (line 103) + } Laurent Hello Laurent, thank you

Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Laurent Vromman
There is a few tabs in the file : Here (line 92), first blank character : + &dwValCount, NULL, NULL, NULL, NULL); Here (line 103) + } Laurent > Hello, > > any comment on the current version of this patch? > > ChangeLog > - > added implementation

Re: gdi32: check for null-pointer in CreateDIBSection

2007-05-20 Thread Laurent Vromman
Hi, I am not sure at all there a link between what I say and a hiding bug somewhere around this patch, but bug 8088 is due to a problem around DIB section and bitmapinfo too. Maybe a cross analysis between those two bugs could help find this hiding bug. I hope this can help, Laurent Jess

Re: review: add Video Memory text input to winecfg Graphics/Direct3D tab

2007-05-16 Thread Laurent Vromman
AIL PROTECTED]> wrote: > On Wed, May 16, 2007 at 03:18:22PM +0200, Laurent Vromman wrote: >> case CBN_SELCHANGE: { >> SendMessage(GetParent(hDlg), PSM_CHANGED, 0, 0); >> switch (LOWORD(wParam)) { >> -

Re: review: add Video Memory text input to winecfg Graphics/Direct3D tab

2007-05-16 Thread Laurent Vromman
case CBN_SELCHANGE: { SendMessage(GetParent(hDlg), PSM_CHANGED, 0, 0); switch (LOWORD(wParam)) { - case IDC_D3D_VSHADER_MODE: on_d3d_vshader_mode_changed(hDlg); break; - } +case IDC_D3D_VSHA

Re: crypt32: fix a wrong test

2007-05-07 Thread Laurent Vromman
text "Expected AT_SIGNATURE" to add AT_KEYEXCHANGE in it. Laurent Vromman On Mon, 07 May 2007 16:05:35 +0200, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: > Hi, > This patch corrects a test in crypt32 that was incorrectly written to > accommodate the bug in rsaenh dll we

Re: [try2] gdi32 : Completes WidenPath Implementation

2007-05-01 Thread Laurent Vromman
I have sent this patch last week with the correction Alexandre asked me to do. It is still not on the repository. Is there anything wrong again ? Any comments are welcomed and will be applied if necessary. Laurent Laurent Vromman a écrit : This second try includes Alexandre comments and

Re: [try2] kernel32: Add partial stub for NeedCurrentDirectoryForExePath

2007-04-18 Thread Laurent Vromman
+/*** + * NeedCurrentDirectoryForExePathA (KERNEL32.@) + */ +BOOL WINAPI NeedCurrentDirectoryForExePathA( LPCSTR name ) +{ +WCHAR *nameW; + +if (!(nameW = FILE_name_AtoW( name, FALSE ))) return TRUE; If FILE_na

Re: Question using appdb

2007-04-18 Thread Laurent Vromman
Thank you for that. Finally, what's wrong with the Distribition section in the form ? Laurent On Wed, 18 Apr 2007 10:44:18 +0100, Ben Hodgetts <[EMAIL PROTECTED]> wrote: > Laurent Vromman wrote: >> So the text "If yours is not on the list, please add it using th

Re: Question using appdb

2007-04-18 Thread Laurent Vromman
So the text "If yours is not on the list, please add it using the form below" should be considered obsolete ? Laurent On Wed, 18 Apr 2007 10:57:51 +0200, Marcus Meissner <[EMAIL PROTECTED]> wrote: > On Wed, Apr 18, 2007 at 10:41:07AM +0200, Laurent Vromman wrote:

Question using appdb

2007-04-18 Thread Laurent Vromman
distribution I want to add is the new Debian Lenny Laurent Vromman

re: Which component should I use to create this bug ?

2007-04-16 Thread Laurent Vromman
The application homepage is http://francois.fouchet.free.fr/ There is now an entry in AppDB for it. I will try winetricks when home. Thank you for your help. Laurent On Mon, 16 Apr 2007 08:20:47 -0700, "Dan Kegel" <[EMAIL PROTECTED]> wrote: > lauren wrote: >>When Navigation is installed, the fi

gdi32 : Questions about SetDIBColorTable and GetDIBColorTable

2007-04-16 Thread Laurent Vromman
patch in the next days. Thank you for your help and time, Laurent Vromman

Which component should I use to create this bug ?

2007-04-16 Thread Laurent Vromman
windows/system32 allows Navigation to find the file and use it, but it should be able to find it in Common Files too. Which component should I choose ? I am not sure where the problem is. Navigation is a Visual Basic program, using VB methods to load dlls. Thank you for your help. Laurent Vromman

Questions about gdi32:WidenPath patch sent on jan. 27

2007-02-09 Thread Laurent Vromman
Hi, I've tried to send my first patch on jan. 27. This patch is supposed to add a partial implementation of WidenPath to gdi32.dll. After two weeks, I don't have any news about the patch. Is it still pending ? Is there something wrong with it ? I am ready to improve it if necessary, but I need s

Questions about OleLoadPictureEx and SetDIBColorTable

2007-01-23 Thread Laurent Vromman
Hi, I'm still working on the freeware "Navigation" (http://francois.fouchet.free.fr/) which will soon be added to AppDB. I produced a working version of WidenPath (a priliminary patch will come soon). Another problem appeared in an other place (which was masked because of WidenPath at the

Re: New list subscriber - Question about gdi:widenpath

2007-01-13 Thread Laurent Vromman
Hi, I took a look this morning to gdi32 source code. I think i'll be able to make a priliminary working version, partially implemented. I have already created a account to add the application in AppDB, I will do it as soon as possible. Laurent Tho a écrit : Hi Laurent, if you can`t imple

Re: New list subscriber - Question about gdi:widenpath

2007-01-13 Thread Laurent Vromman
Thanks for answering me. Dan Kegel a écrit : Hi Laurent! You wrote: I'm trying make a french software called Navigation, used by airplane pilots and created using visual basic, work on linux using wine. Can you provide a URL to a page describing the software you're trying to port? http://f

New list subscriber - Question about gdi:widenpath

2007-01-12 Thread Laurent Vromman
Hi, My name is Laurent. I'm french, 23 year old, software designer for a huge european company. I'm trying make a french software called Navigation, used by airplane pilots and created using visual basic, work on linux using wine. The point is this software needs gdi:widenpath to work. I'd