Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-24 Thread Paul Vriens
Vincent Povirk wrote: On Mon, Feb 23, 2009 at 6:15 AM, Paul Vriens paul.vriens.w...@gmail.com wrote: The reason you see this is because next to a normal LoadLibrary we also use the .NET variant. On some boxes gdiplus.dll cannot be found through LoadLibrary but will trough

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Francois Gouget
On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in regression tests on systems that don't have GdiPlus. This seems wrong because winetest.exe is already supposed to check for missing dlls. If I remember correctly this was done explicitely so that individual tests would

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Nicolas Le Cam
2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in regression tests on systems that don't have GdiPlus. This seems wrong because winetest.exe is already supposed to check for missing dlls. If I remember correctly this was done

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Paul Vriens
Nicolas Le Cam wrote: 2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in regression tests on systems that don't have GdiPlus. This seems wrong because winetest.exe is already supposed to check for missing dlls. If I remember

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Nicolas Le Cam
2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in regression tests on systems that don't have GdiPlus. This seems wrong because winetest.exe is already

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Paul Vriens
Nicolas Le Cam wrote: 2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in regression tests on systems that don't have GdiPlus. This seems wrong because

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Nicolas Le Cam
2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Is .NET installed (any version)? -- Cheers, Paul. Can't remember. I will check and report back this evening. Nicolas Le Cam

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Austin English
On Mon, Feb 23, 2009 at 6:38 AM, Paul Vriens paul.vriens.w...@gmail.com wrote: Nicolas Le Cam wrote: 2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Nicolas Le Cam
2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in regression tests on systems

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Detlef Riekenberg
On Mo, 2009-02-23 at 13:38 +0100, Paul Vriens wrote: Is .NET installed (any version)? My w2k test box has the popup about the missing gdiplus and dotnet is installed. From the dllinfo: gdiplus load error 1359

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Vincent Povirk
On Mon, Feb 23, 2009 at 6:15 AM, Paul Vriens paul.vriens.w...@gmail.com wrote: The reason you see this is because next to a normal LoadLibrary we also use the .NET variant. On some boxes gdiplus.dll cannot be found through LoadLibrary but will trough LoadLibraryShim. As winetest now thinks