WHY THIS ERROR: The instruction in "0x7c910de3" make reference to reference the memory in "0xfffffff8". The memory could not be "read". :confused: :confused:
Printable View
WHY THIS ERROR: The instruction in "0x7c910de3" make reference to reference the memory in "0xfffffff8". The memory could not be "read". :confused: :confused:
Welcome to VB Forums!
Unfortunately there is no way to tell the cause of the problem from that information.
That occurs when a pointer exceeds its allowable memory space and a read attempt is made out of bounds, and that's as specific as I can be unfortunately.
What exactly are you doing at the time the error occurs, and is it in compiled form or debugging in the IDE?