Re: [Mingw-w64-public] UINT64_MAX in stdint.h has 1 too few f's, bits/c++config.h missing

2014-12-18 Thread Dongsheng Song
On Fri, Dec 19, 2014 at 4:10 AM, Jim Michaels wrote: > my program has a forever loop because of in invalid value in this. > > stdint.h line 89 > #define UINT64_MAX 0xULL /* 18446744073709551615ULL */ > UINT64_MAX is 64 bit unsigned interger. > bits/c++config.h is also missing. >

Re: [Mingw-w64-public] dongdheng 20141215 seriously gutted

2014-12-18 Thread Dongsheng Song
On Fri, Dec 19, 2014 at 3:30 AM, Jim Michaels wrote: > there is like all of 5 header files in the include dir. > not sure what's going on. > you are looking in the wrong directory. you shoud looking it in the platform direcoty, e.g. i686-w64-mingw32/include/ or x86_64-w64-mingw32/include/ .

Re: [Mingw-w64-public] dongsheng 5.0.0 20141215 missing algorithm

2014-12-18 Thread Dongsheng Song
On Fri, Dec 19, 2014 at 1:32 AM, Jim Michaels wrote: > not sure what else is missing. > Thanks for reporting. my cross compile have algorithm, but when I use this cross compiler to gererate the native compiler, these headers not installed, it maybe a gcc build system bug. ---

Re: [Mingw-w64-public] why isn't UINT64_MAX usable when countdown reaches past 0 to -1?

2014-12-18 Thread lh_mouse
Obviously i = 18446744073709551615 = UINT64_MAX / 10. You must have somehow changed i in your loop. Also I don't know why you use an #if ... #else ... #endif here. -- Best regards, lh_mouse 2014-12-19

Re: [Mingw-w64-public] DWORD_PTR implemented as long long unsigned int

2014-12-18 Thread lh_mouse
By saying 'pointer to DWORD' you are gonna need 'PDWORD' and 'LPDWORD'. No *_PTR types are pointers. This is true even for C99 intptr_t and uintptr_t. -- Best regards, lh_mouse 2014-12-19 -

Re: [Mingw-w64-public] DWORD_PTR implemented as long long unsigned int

2014-12-18 Thread David Macek
On 18. 12. 2014 21:16, Jim Michaels wrote: > using the code idea for FORMAT_MESSAGE_ARGUMENT_ARRAY: > http://msdn.microsoft.com/en-us/library/windows/desktop/ms679351%28v=vs.85%29.aspx > > it says va_list in this case is a * to array of DWORD_PTR. so what exactly is > a DWORD_PTR? I had assumed

[Mingw-w64-public] why norton removes mingw-w64 pack-mule build

2014-12-18 Thread Jim Michaels
because it is not digitally signed.  - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) -- Download BI

[Mingw-w64-public] why isn't UINT64_MAX usable when countdown reaches past 0 to -1?

2014-12-18 Thread Jim Michaels
dongshengdaily 5.0.0 20141105     #if defined(_WIN64)     for (i=src.size()-1-findStr.size(); i>=pos && pos!=UINT64_MAX; i--) {     #else     for (i=src.size()-1-findStr.size(); i>=pos && pos!=UINT32_MAX; i--) {     #endif     std::cerr<<"i="<---

Re: [Mingw-w64-public] DWORD_PTR implemented as long long unsigned int

2014-12-18 Thread Jim Michaels
no, strangely enough, https://support.microsoft.com/kb/259693?wa=wsignin1.0 using the code idea for FORMAT_MESSAGE_ARGUMENT_ARRAY:http://msdn.microsoft.com/en-us/library/windows/desktop/ms679351%28v=vs.85%29.aspx  it says va_list in this case is a * to array of DWORD_PTR. so what exactly is a DW

[Mingw-w64-public] UINT64_MAX in stdint.h has 1 too few f's, bits/c++config.h missing

2014-12-18 Thread Jim Michaels
my program has a forever loop because of in invalid value in this. stdint.h line 89#define UINT64_MAX 0xULL /* 18446744073709551615ULL */ bits/c++config.h is also missing. dongsheng daily 5.0.0 20141105 - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com

Re: [Mingw-w64-public] dongdheng 20141215 seriously gutted

2014-12-18 Thread Adrien Nader
Hi, On Thu, Dec 18, 2014, Jim Michaels wrote: > there is like all of 5 header files in the include dir. > not sure what's going on. - It's actually very simple. These are daily builds and this means they get the bugs from binutils, from gcc, from mingw-w64 and possibly also from mpfr,

[Mingw-w64-public] dongdheng 20141215 seriously gutted

2014-12-18 Thread Jim Michaels
there is like all of 5 header files in the include dir. not sure what's going on. - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) -

[Mingw-w64-public] dongsheng 5.0.0 20141215 missing algorithm

2014-12-18 Thread Jim Michaels
not sure what else is missing. - Jim Michaels jmich...@yahoo.com j...@renewalcomputerservices.com http://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) -- Download BIRT iHu