what causes an Unhandled exception error?

hi

What causes the error below? I've created a dynamic array and deleted the objects after use, so why would this message occur?

Unhandled exception at 0x57a157aa (msvcr100d.dll) in LOADGAMELEVELclass.exe: 0xC0000005: Access violation reading location 0xccccccc0.
Could we see some code?
Problem solved: turns out its was a simple case of re-declaring a class pointer inside a member function. Pretty silly but stressful error

Last edited on
Topic archived. No new replies allowed.