Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualWashu

Posted 08 February 2012 - 11:57 AM

One of those pointers (or all of them) is null.

Unhandled exception at 0x010a1883 in test.exe: 0xC0000005: Access violation reading location 0x00000000.

Means: At the code address of 0x010a1883 you attempted to access memory location 0x00000000. This generated an access violation (0xC0000005).

#2Washu

Posted 08 February 2012 - 11:57 AM

One of those pointers (or all of them) is null.



Unhandled exception at 0x010a1883 in test.exe: 0xC0000005: Access violation reading location 0x00000000.

Means: At the code address of 0x010a1883 you attempted to access memory location 0x00000000. This generated an access violation (0xC0000005).

#1Washu

Posted 08 February 2012 - 11:56 AM

One of those pointers (or all of them) is null.

PARTNERS