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

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

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 http://test.winehq.org/data/79cc4163fa4867ce0b28ce83111dc6bc18d3df15/2000_dr-a

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

2009-02-23 Thread Nicolas Le Cam
t;> >>>>> >>>> Thanks, >>>> >>>> On my w2k pro when I launch the winetest obtained from >>>> test.winehq.org, I get a MessageBox saying gdiplus is missing, and >>>> there's already some tests that load dlls dynamically (

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

2009-02-23 Thread Austin English
>>> >>>> On my w2k pro when I launch the winetest obtained from >>>> test.winehq.org, I get a MessageBox saying gdiplus is missing, and >>>> there's already some tests that load dlls dynamically (advpack, >>>> cryptui, fusion) so thought

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

2009-02-23 Thread Nicolas Le Cam
2009/2/23 Paul Vriens : > 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 Paul Vriens
quot;Windows: Microsoft's tax on computer illiterates." -- WE7U >>>> >>>> >>>> >>> Thanks, >>> >>> On my w2k pro when I launch the winetest obtained from >>> test.winehq.org, I get a MessageBox saying gdiplus is missing, and

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

2009-02-23 Thread Nicolas Le Cam
t;>> >> >> Thanks, >> >> On my w2k pro when I launch the winetest obtained from >> test.winehq.org, I get a MessageBox saying gdiplus is missing, and >> there's already some tests that load dlls dynamically (advpack, >> cryptui, fusion) so though

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

2009-02-23 Thread Paul Vriens
get a MessageBox saying gdiplus is missing, and > there's already some tests that load dlls dynamically (advpack, > cryptui, fusion) so thought it was the right way. > > I will have a look on the winetest side. > > Nicolas Le Cam > > > The reason you see this

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

2009-02-23 Thread Nicolas Le Cam
2009/2/23 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 explici

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: gdiplus: added stub implementation of gdiplus.dll

2007-06-08 Thread Jeff L
James Hawkins wrote: On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: >> Hi, >> You also have to modify other files in order to integrate your stub >> implementation to the wine build chain: Makefile.in, configure a

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-26 Thread Detlef Riekenberg
On Sa, 2007-05-26 at 23:37 +1000, Jeff L wrote: > When adding a directory into the local repository I have found need to > add the Makefiles and configure, etc, in addition the the configure.ac 1) git must know the new dll: git update-index --add dlls//Makefile.in 2) run tools/make_makefiles

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-26 Thread Jeff L
James Hawkins wrote: On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: >> Hi, >> You also have to modify other files in order to integrate your stub >> implementation to the wine build chain: Makefile.in, configure a

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread Evan Stade
I think all the files that Mounir said to include are all modified automatically or by Julliard "You should not include any autogenerated code, that was created from 'autoconf' or a tool inside 'tools/' ( tools/make_makefiles or winedump as examples), when you submit your Patch to winehq.org" On

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread James Hawkins
On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: >> Hi, >> You also have to modify other files in order to integrate your stub >> implementation to the wine build chain: Makefile.in, configure and >> configure.ac in

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread Andrey Turkin
James Hawkins wrote: On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: Hi, You also have to modify other files in order to integrate your stub implementation to the wine build chain: Makefile.in, configure and configure.ac in the wine root directory, Makefile.in in the "dlls" directory. T

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread James Hawkins
On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: Hi, You also have to modify other files in order to integrate your stub implementation to the wine build chain: Makefile.in, configure and configure.ac in the wine root directory, Makefile.in in the "dlls" directory. The only file outside o

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread Mounir IDRASSI
w.idrix.fr Evan Stade wrote: > Changelog: > * added stub implementation of gdiplus.dll (3 files) > > dlls/gdiplus/Makefile.in | 16 + > dlls/gdiplus/gdiplus.c| 45 +++ > dlls/gdiplus/gdiplus.spec | 609 > + > 3 f

Re: gdiplus.dll

2006-06-16 Thread Mike Hearn
On Fri, 16 Jun 2006 11:52:37 -0400, Steven Edwards wrote: > Like the parent said, some installers don't ship with it, they expect > the OS to have it. Office 2007 only runs on XP and higher and it > expects the dll to already be there. So we find some free application that contains it and install

Re: gdiplus.dll

2006-06-16 Thread Steven Edwards
On 6/16/06, Mike Hearn <[EMAIL PROTECTED]> wrote: Why? GDI+ is distributed with applications, so we can put off implementing it for some time yet. Using Monos GDI+ means using the Windows build of Cairo too; definitely a good idea IMHO as GDI+ is somewhat nontrivial and the code has already been

Re: gdiplus.dll

2006-06-16 Thread Mike Hearn
On Fri, 16 Jun 2006 03:56:04 -0400, Steven Edwards wrote: > What do you mean? I looked at this before and even if we are to use > libgdiplus we need some way to wrap it in a way the Windows app > expects. Why? GDI+ is distributed with applications, so we can put off implementing it for some time y

Re: gdiplus.dll

2006-06-16 Thread Vijay Kiran Kamuju
. Those are all my concerns. Thanks, Vijay On 6/16/06, Steven Edwards <[EMAIL PROTECTED]> wrote: Hi, On 6/15/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > I think we rather use mono project's libgdiplus(gdiplus.dll > implementation) than a stub implementation. &g

Re: gdiplus.dll

2006-06-16 Thread Steven Edwards
Hi, On 6/15/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: I think we rather use mono project's libgdiplus(gdiplus.dll implementation) than a stub implementation. This will help in later implementing the .Net Compatibility Layer to Wine. What do you mean? I looked at this befo