Re: [Mingw-w64-public] [Mingw-users] thanks for mingw64

2011-05-19 Thread Prof Brian Ripley
On Thu, 19 May 2011, Earnie wrote: > Prof Brian Ripley wrote: >> On Tue, 17 May 2011, Earnie wrote: >> >>> NightStrike wrote: On Wed, May 11, 2011 at 12:28 PM, Earnie wrote: > RSPsoftware wrote: >> for years I was thinking that size of int and long would >> change to 8 >

Re: [Mingw-w64-public] [Mingw-users] thanks for mingw64

2011-05-19 Thread Earnie
Prof Brian Ripley wrote: > On Tue, 17 May 2011, Earnie wrote: > >> NightStrike wrote: >>> On Wed, May 11, 2011 at 12:28 PM, Earnie >>> wrote: RSPsoftware wrote: > for years I was thinking that size of int and long would > change to 8 > The you'll find http://www.unix.org

Re: [Mingw-w64-public] commctrl.h:15 fix?

2011-05-19 Thread Kai Tietz
This checking here against less 0x500 is as far as I remember a bug fix for some projects expecting this API by defining 0x500. It might be wrong in terms of documentation, but as you told us too "_not_ to be an issue", so I would recomment to keep it. If find an example, which explicit shows an

[Mingw-w64-public] commctrl.h:15 fix?

2011-05-19 Thread Jon
What's the status of line 15 from? http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-headers/include/commctrl.h?revision=4170&view=markup After debugging, it turned out _not_ to be an issue for me but is the type of fix that could easily be forgotten. Jon --- blog: http://j

Re: [Mingw-w64-public] question on libmangle_decode_ms_name

2011-05-19 Thread Kai Tietz
2011/5/19 Dongsheng Song : > I think this is a debug line, should be removed, right ? > > Index: libmangle/src/m_ms.c > === > --- libmangle/src/m_ms.c        (revision 4169) > +++ libmangle/src/m_ms.c        (working copy) > @@ -110,8

[Mingw-w64-public] question on libmangle_decode_ms_name

2011-05-19 Thread Dongsheng Song
I think this is a debug line, should be removed, right ? Index: libmangle/src/m_ms.c === --- libmangle/src/m_ms.c(revision 4169) +++ libmangle/src/m_ms.c(working copy) @@ -110,8 +110,6 @@ ctx.pZNameList = &ZNameList

Re: [Mingw-w64-public] [PATCH] Mark msvcr90 functions which also provide in libmingwex by DATA

2011-05-19 Thread Dongsheng Song
于 2011-5-19 15:14, Ozkan Sezer 写道: > On Thu, May 19, 2011 at 9:51 AM, Dongsheng Song > wrote: >> Hi, >> >> There have 69 functions both in libmingwex and 64 bit msvcr90.dll, >> 50 functions both in libmingwex and 32 bit msvcr90.dll, all of them >> should mark by DATA. >> >> PS: I'm using VS 2008 S

Re: [Mingw-w64-public] [PATCH] Mark msvcr90 functions which also provide in libmingwex by DATA

2011-05-19 Thread Ozkan Sezer
On Thu, May 19, 2011 at 9:51 AM, Dongsheng Song wrote: > Hi, > > There have 69 functions both in libmingwex and 64 bit msvcr90.dll, > 50 functions both in libmingwex and 32 bit msvcr90.dll, all of them > should mark by DATA. > > PS: I'm using VS 2008 SP1 runtime to generate the .DEF files. > >  Ch