06-25-2009 08:25 AM
Good Afternoon.
I use a library in C for programming an aplication in Labview (I use call library function). The problem consist that I need introduce a NULL value as an argument inside the function. Somebody can tell me , How can I create a numeric constant NULL in LabView.
Thank you very much.
Best regards
Solved! Go to Solution.
06-25-2009 08:46 AM
A simple numeric constant with value of '0' possibly could do it. If not, you propably have to use "Not a Refnum"-constant (File IO-palette).
Posting the sources of the DLL and your present approach in LV (VI) could help in helping you...and please tell us which version of LV you are working with...
hope this helps,
Norbert
06-27-2009 12:43 PM
06-29-2009 03:18 AM