strange error
alrite, im writing my program, compiles fine, no syntax errors or warnings, but when the actual execution of the code gets to the point where i use fstream to output information, i get this pop up window:
The instruction at "0x00402b09" referenced memory at "0xffffffb9". The memory could not be "read".
anyone have any idea what may be causing this?
thanx in advance.
You''ve probably got a bad pointer somewhere, why don''t you post the section of the code which causes this error?
I think you''re assigning a pointer wrong or you use the pointer without initializing, because you''re only allowed to access some parts of RAM in win32 (because it runs in protected mode).
Visit our homepage: www.rarebyte.de.st
GA
Visit our homepage: www.rarebyte.de.st
GA
Visit our homepage: www.rarebyte.de.stGA
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement