Re: gdi32 : Correction of bug 20850 Write buffer overflow in WidenPath()

2009-11-29 Thread Laurent
On Sun, Nov 29, 2009 at 2:24 PM, Dan Kegel wrote: > On Sun, Nov 29, 2009 at 12:10 AM, Laurent wrote: >> Yes, it would be. The fact is that makes a zero byte size HeapAlloc. >> I'm not really sure how and why it is supposed to work in this case, > > It works fine, Heap

Re: gdi32 : Correction of bug 20850 Write buffer overflow in WidenPath()

2009-11-29 Thread Laurent
On Sun, Nov 29, 2009 at 2:32 AM, Dan Kegel wrote: > On Sat, Nov 28, 2009 at 5:04 PM, Laurent Vromman wrote: >> -    pStrokes = HeapAlloc(GetProcessHeap(), 0, numStrokes * >> sizeof(GdiPath*)); >> -    pStrokes[0] = HeapAlloc(GetProcessHeap(), 0, sizeof(GdiPath)); >

Re: kernel: updated French translation

2008-06-07 Thread Laurent Vromman
try something like "Tube indisponible (broken pipe)", if you think it is better. Laurent Jonathan Ernst wrote: > > > >

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
xample, I think "Niveau de pilote incorrect" is a better translation for "Bad driver level" than "Mauvais niveau de pilote". You should try to avoid "Mauvais" anytime you can. Last thing : I'm not sure "Sémaphore" is a female word in french : http://fr.wikipedia.org/wiki/S%C3%A9maphore_(informatique) Laurent Jonathan Ernst wrote: > > > >

Mistakes in my yesterday evening patches

2007-11-07 Thread Laurent Vromman
) are to be merged by now. Sorry for my mistake, Laurent

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
/ ) Laurent

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 > ---

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

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

2007-05-16 Thread Laurent Vromman
It is not really as I wish. I have just noticed that there is two different kind of indentation in the mentioned switch loop, which looked strange on the moment. I am really not a wine master, others will maybe fixed us. Laurent On Wed, 16 May 2007 15:59:06 +0200, Vit Hrachovy <[EM

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

2007-05-16 Thread Laurent Vromman
This has nothing to do with wine Laurent On Wed, 16 May 2007 15:03:52 +0200, Vit Hrachovy <[EMAIL PROTECTED]> wrote: > Hi, > the attached patch adds new editable combobox input 'Video Memory size' > for Graphics/Direct3D tab of winecfg. > > I've tried to i

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
FILE_name_AtoW fails, the function fails, so the return value should be FALSE, shouldn't it ? Laurent On Wed, 18 Apr 2007 15:54:42 +0400, "Kirill K. Smirnov" <[EMAIL PROTECTED]> wrote: > Please, ignore my previous attempt. > >

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 Nav

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
but I need some advice to now what needs to be improved in it. Thank you for your help. Laurent

Questions about OleLoadPictureEx and SetDIBColorTable

2007-01-23 Thread Laurent Vromman
happen, since I don't understand everything in those differents functions. Can anyone please help me to investigate more precisely to discover want happen, and try to correct something if necessary ? Thank you all, Laurent

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

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 po

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