🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

strange error

Started by
2 comments, last by Popper_Demi 24 years, 1 month 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.
Advertisement
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.stGA
nm, i got it to work, thnx ne ways.

This topic is closed to new replies.

Advertisement