Re: [Mingw-w64-public] gdiplus headers

2011-11-17 Thread Ozkan Sezer
On Thu, Nov 17, 2011 at 10:42 PM, Mark Dootson wrote: > On 17/11/2011 07:52, Ozkan Sezer wrote: > >> Please verify that: >> - The trunk and v2.x versions are identical to each other >> - All are fine and functional > > I can confirm that trunk and stable are identical and that when built > functio

Re: [Mingw-w64-public] gdiplus headers

2011-11-17 Thread Mark Dootson
On 17/11/2011 07:52, Ozkan Sezer wrote: > Please verify that: > - The trunk and v2.x versions are identical to each other > - All are fine and functional I can confirm that trunk and stable are identical and that when built functionality in my usage is identical to gdiplus as installed from min

Re: [Mingw-w64-public] gdiplus headers

2011-11-17 Thread Mark Dootson
On 17/11/2011 07:52, Ozkan Sezer wrote: > - lib32/gdiplus.def: GdipCreateHalftonePalette was missing the "@0" stdcall >suffix, added it. gendef can output faulty information for functions > returning >void (and in some other cases as well), so checking manually is always a >good idea.

Re: [Mingw-w64-public] gdiplus headers

2011-11-16 Thread Ozkan Sezer
On Wed, Nov 16, 2011 at 11:55 AM, Mark Dootson wrote: > On 16/11/2011 08:24, Ozkan Sezer wrote: > >> Are you sure that you ran autoreconf? > > I did say I was new at autoconf :) > > autoreconf -f > > did the trick. (-f needed, I assume, as configure.ac file is untouched in > mingw-w64-crt folder.

Re: [Mingw-w64-public] gdiplus headers

2011-11-16 Thread Mark Dootson
On 16/11/2011 08:24, Ozkan Sezer wrote: Are you sure that you ran autoreconf? I did say I was new at autoconf :) autoreconf -f did the trick. (-f needed, I assume, as configure.ac file is untouched in mingw-w64-crt folder. ) One nit about the makefile patch: Please append $(AM_CPPFLAGS)

Re: [Mingw-w64-public] gdiplus headers

2011-11-16 Thread Ozkan Sezer
On Wed, Nov 16, 2011 at 8:42 AM, Mark Dootson wrote: > On 13/11/2011 19:41, Kai Tietz wrote: >> >> Sure, patch would be welcome. >> > > I need some help with autoconf I think. (my first attempt) > > patch at http://www.wxperl.co.uk/gdiplus-files.patch adds necessary files > and is straightforward.

Re: [Mingw-w64-public] gdiplus headers

2011-11-15 Thread Mark Dootson
On 13/11/2011 19:41, Kai Tietz wrote: Sure, patch would be welcome. I need some help with autoconf I think. (my first attempt) patch at http://www.wxperl.co.uk/gdiplus-files.patch adds necessary files and is straightforward. Attached file gdiplus-autoconf.patch contains my changes to conf

Re: [Mingw-w64-public] gdiplus headers

2011-11-13 Thread Kai Tietz
2011/11/13 Mark Dootson : > Hi, > > You may wish to add the gdiplus headers from win32api / mingw.org > (win32api version 3.17) > > I have success using them with v2 crt both 32 and 64 bit to build and > use wxWidgets. > > The only changes I needed were to add a single definition to a header > and,

Re: [Mingw-w64-public] gdiplus headers

2011-11-13 Thread Arthur Norman
On Sun, 13 Nov 2011, Mark Dootson wrote: > Hi, > > You may wish to add the gdiplus headers from win32api / mingw.org > (win32api version 3.17) > > I have success using them with v2 crt both 32 and 64 bit to build and > use wxWidgets. > This is just to add another voice in support of the w64-mingw3

[Mingw-w64-public] gdiplus headers

2011-11-13 Thread Mark Dootson
Hi, You may wish to add the gdiplus headers from win32api / mingw.org (win32api version 3.17) I have success using them with v2 crt both 32 and 64 bit to build and use wxWidgets. The only changes I needed were to add a single definition to a header and, of course, build the c object into libgd