> I'm developing for many years, by i have never encountered such problem in
> VC++!
[quoted text clipped - 12 lines]
>
> Can anyone explain this???
Yes.
You display debug information in HEX. The hex for -1 is 0xFFFFFFFF in 2's
complement.
Turn of HEX display for your debug information (e.g. from within the watch
window) and you should be fine.
Kind regards,
Bruno van Dooren MVP - VC++
http://msmvps.com/blogs/vanDooren
Dani - 19 Apr 2007 13:22 GMT
You misunderstood...
I wrote 0xffffff so it is more readable than 16777215...
I already checked the values in decimal view...
The problem appears to be something with too loaded memory :-D
After a restart, everything went back to normal...
Thanks anyway!
> > I'm developing for many years, by i have never encountered such problem in
> > VC++!
[quoted text clipped - 22 lines]
> Bruno van Dooren MVP - VC++
> http://msmvps.com/blogs/vanDooren