[Insight-users] Re : Re : Fwd: Re : Need to correct this example

John Drescher drescherjm at gmail.com
Wed Aug 5 15:18:04 EDT 2009


On Wed, Aug 5, 2009 at 12:31 PM, Syrine Sahmim<syrine.sahmim at yahoo.fr> wrote:
> Hi,
> when i debug the previous program after doing changements i get other errors
> like Unhandled exception at 0x1022fb10 (msvcr80d.dll) in serie.exe:
> 0xC0000005: Access violation reading location 0x00000000.
> what does it mean
>
It means that the program crashed because memory was read using a NULL
pointer. I can not see the reason for that in a quick look at the
code. Step through the code 1 line at a time until it crashes using
the F10 key.

John


More information about the Insight-users mailing list