Advertisement

strange error

Started by May 20, 2000 06:43 PM
2 comments, last by Popper_Demi 24 years, 6 months ago
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?
Advertisement
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.stGA
nm, i got it to work, thnx ne ways.

This topic is closed to new replies.

Advertisement