[Mingw-w64-public] Available downloads

2010-03-07 Thread Sisyphus
Hi, At http://sourceforge.net/projects/mingw-w64/files/ I see mingw-w64-bin_i686-linux_20100307.tar.bz2 but no mingw-w64-bin_i686-mingw_20100307.zip. Are the "mingw" cross compiler builds no longer being made available ? Cheers, Rob --

Re: [Mingw-w64-public] __int64 issue of compatibility with MSVC

2010-03-07 Thread Doug Semler
On Sun, 07 Mar 2010 14:59:50 Kai Tietz wrote: > 2010/3/7 Doug Semler : > > On Thu, 04 Mar 2010 17:20:07 Jim Michaels wrote: > >> in MSVC, > >> __int64 x=12345678901234567i64; > >> > >> point 1: this type __int64 doesn't require me to #include to > >> define it. in mingw and mingw-w64, one must #

Re: [Mingw-w64-public] __int64 issue of compatibility with MSVC

2010-03-07 Thread Kai Tietz
2010/3/7 Doug Semler : > On Thu, 04 Mar 2010 17:20:07 Jim Michaels wrote: >> in MSVC, >> __int64 x=12345678901234567i64; >> >> point 1: this type __int64 doesn't require me to #include to >> define it.  in mingw and mingw-w64, one must #include . why? >> >> point 2: there are also __int32 __int16

Re: [Mingw-w64-public] __int64 issue of compatibility with MSVC

2010-03-07 Thread Doug Semler
On Thu, 04 Mar 2010 17:20:07 Jim Michaels wrote: > in MSVC, > __int64 x=12345678901234567i64; > > point 1: this type __int64 doesn't require me to #include to > define it. in mingw and mingw-w64, one must #include . why? > > point 2: there are also __int32 __int16 and __int8 types. If I rememb