the memory could not be read

  • Thread starter Thread starter imech
  • Start date Start date
I

imech

Hi,

When i run my code 4 or 5 times, it gives "the memory could not be read"
error message.

"The instruction at "0x004035a1" referenced memory at "0x378484f4".

What can cause to this application error message?

Thanks in advance.
 
imech said:
When i run my code 4 or 5 times, it gives "the memory could not be read"
error message.

"The instruction at "0x004035a1" referenced memory at "0x378484f4".

What can cause to this application error message?

Any number of memory-related errors, including e.g. double destruction,
reading past the end of an array, etc.
 
Back
Top