Access violation error

Ambitious contributor
18Mar2010,14:15   #1
answerme's Avatar
Hi

I get an access violation error. It is a run time error; the program compiled bug free. The program even runs .Its just when iam returning value to the function Iam getting that error at runtime ie Access violation reading location 0x000000000001

Dont know whats the problem. Any help will help me to go forward
Contributor
19Mar2010,20:40   #2
Gene Poole's Avatar
You're probably derefrencing a NULL pointer. Without any code, diagnosis is impossible.