Re: Access violation in TJPEGImage on W2K and XP



Thanks guys, I did the tes, but cutting parts.

The problem is somewhere else; the tray icon hint, which can only be 64
chars long - and since some of the files have a long path, which was
shown too, I just saw 86 chars. The hint only shows 64, but the rest is
written somewhere in memory, which the system do not like.

I think it is fixed now, I hope. I have just been looking at this a bit
too long.

Thanks for the help

S

.



Relevant Pages

  • Re: freezing a process
    ... Please limit your line length to 72 chars max, ... invalid when the memory is reloaded elsewhere. ... which avoids the pointer trouble that CBFalconer ... states and restore them with minimal hassle. ...
    (comp.os.linux.misc)
  • Re: Wrong type of char array
    ... It sounds to me like the string in memory is Unicode, ... standard C++ chars. ... etc...") but it is twice as long and every other character is a 0 ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Counting total space,tab,new line in a string.
    ... That is the foolish, foolish, foolish. ... memory, just to make the only reference to that memory point somewhere ... Did you probably mean to copythe string from chars to temp? ... Why don't you simply use the ' ' character instead of guessing what code ...
    (comp.lang.c)
  • Re: Natural size: int
    ... A char should be the smallest addressable unit of memory; ... You assume that shorter ints are somehow more efficient than longer ... many modern processors have slow shorts and int is no faster ... and chars may be faster than ...
    (comp.lang.c)
  • Re: Reset a string?
    ... Oh yea i read the faq, thanks a lot for pointing me there.. ... "Another Static Array of chars" will start on the same memory address ... What happens with the initial memory referenced by MyString1, ...
    (comp.lang.c)