Re: [Mingw-w64-public] Issue with commctrl.h

2010-08-15 Thread Ozkan Sezer
On Mon, Aug 16, 2010 at 2:18 AM, Chris Sutcliffe wrote: >  When compiling code that includes is fails at these lines: > >   WINCOMMCTRLAPI BOOL WINAPI DPA_Grow(HDPA pdpa, IN int cp); >   WINCOMMCTRLAPI int WINAPI DPA_InsertPtr(HDPA hdpa, IN int i, void *p); >   WINCOMMCTRLAPI PVOID WINAPI DPA_GetP

[Mingw-w64-public] Issue with commctrl.h

2010-08-15 Thread Chris Sutcliffe
When compiling code that includes is fails at these lines: WINCOMMCTRLAPI BOOL WINAPI DPA_Grow(HDPA pdpa, IN int cp); WINCOMMCTRLAPI int WINAPI DPA_InsertPtr(HDPA hdpa, IN int i, void *p); WINCOMMCTRLAPI PVOID WINAPI DPA_GetPtr(HDPA hdpa, INT_PTR i); WINCOMMCTRLAPI BOOL WINAPI DPA_Se

Re: [Mingw-w64-public] Native 64-bit build?

2010-08-15 Thread John E. / TDM
On 8/15/2010 10:26 AM, Chris Sutcliffe wrote: > I have a small snag trying to use TDM-GCC to compile a 32-bit dll > (Info-ZIP's zip32z64.dll) using the MinGW-w64 edition's dllwrap. So far > I've come up with: > > dllwrap --target i386-mingw32 --machine i386 --driver-name gcc -m32 > -Wl,--enable-st

Re: [Mingw-w64-public] Native 64-bit build?

2010-08-15 Thread Chris Sutcliffe
Hi John, On 15/08/2010 10:08 AM, John E. / TDM wrote: > On 8/15/2010 7:48 AM, Chris Sutcliffe wrote: >> Is there native 64-bit tool chain available? Looking in the automated >> builds, I can only find a i686 cross-compiler. I looked into the sezero >> builds, but unfortunately they don't have

Re: [Mingw-w64-public] Native 64-bit build?

2010-08-15 Thread Ozkan Sezer
On Sun, Aug 15, 2010 at 5:08 PM, John E. / TDM wrote: > On 8/15/2010 7:48 AM, Chris Sutcliffe wrote: >> Is there native 64-bit tool chain available?  Looking in the automated >> builds, I can only find a i686 cross-compiler.  I looked into the sezero >> builds, but unfortunately they don't have a

Re: [Mingw-w64-public] Native 64-bit build?

2010-08-15 Thread John E. / TDM
On 8/15/2010 7:48 AM, Chris Sutcliffe wrote: > Is there native 64-bit tool chain available? Looking in the automated > builds, I can only find a i686 cross-compiler. I looked into the sezero > builds, but unfortunately they don't have a shared libstdc++ (near as I > could tell). > I know you

[Mingw-w64-public] Native 64-bit build?

2010-08-15 Thread Chris Sutcliffe
Hi All, Is there native 64-bit tool chain available? Looking in the automated builds, I can only find a i686 cross-compiler. I looked into the sezero builds, but unfortunately they don't have a shared libstdc++ (near as I could tell). Thank you, Chris