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.
>
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/ .
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.
---
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
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
-
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
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
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="<---
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
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
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,
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)
-
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
13 matches
Mail list logo