Re: [GDI+: 3/10] graphics implementation
12 Jun
2007
12 Jun
'07
6:30 p.m.
On Mo, 2007-06-11 at 11:54 -0700, Evan Stade wrote:
+ + *graphics = (GpGraphics*) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, + sizeof(GpGraphics));
Have you checked, that the native dll does the same? (WINEDEBUG="+snoop,+relay") Your implementation of GdipCreatePen1 is using GdipAlloc. Thanks -- By by ... Detlef
12 Jun
12 Jun
6:40 p.m.
New subject: [GDI+: 3/10] graphics implementation
Detlef Riekenberg <wine.dev(a)web.de> writes:
Have you checked, that the native dll does the same? (WINEDEBUG="+snoop,+relay")
There's no reason to look at what calls native makes, that's an internal implementation detail that we don't want to know about. -- Alexandre Julliard julliard(a)winehq.org
6849
Age (days ago)
6849
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Detlef Riekenberg