Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Fatal Run-Time error Dereference of null pointer

Status
Not open for further replies.

lahrach

Full Member level 3
Joined
Feb 6, 2009
Messages
170
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,285
Hi friends,

I'm using LabWindows/CVI for my project

How can I resolve this error: Fatal Run-Time error Dereference of null pointer

regards
 

A null-pointer dereference takes place when a pointer with a value of NULL is used as though it pointed to a valid memory area.

So do chl whether the pointer is supposed to store any value otherwise chk for some lines where the memory of the pointer is removed

Do also chk if that is the actual pointer variable you are using
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top