Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal Error????

Status
Not open for further replies.

marbrown

Structural
Joined
Dec 9, 2003
Messages
3
Location
CA
Ok, here's the situation.

I'm working with a landbase file and am trying
to set it up to design with. The only thing is
that about a couple of hours into cleaning it
up I get this Fatal Error message.

FATAL ERROR: Unhandled Access Violation Reading 0x0000 Exception at 88f46ch

Has anyone seen this or delt with this issue before?

Thanks,
Mark.
 
Most common source of this kind of error is writing beyond
the range of an array into the code and next trying to execute it.


<nbucska@pcperipherals DOT com> subj: eng-tips
 
nbucska is correct. Also pointer errors. You walked through zero. That is a trademark of a pointer error or a write to program memroy instead of data memory. We would need to know more about your system.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top