LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I have completed the field point cvi interface except for callbacks.But the compiler sends the 10 error messages stating that the �initializer m

ust be constant� for the same to lines: _tmp=FP_Open (valvetest,&identify_server); AND _tmp=FP_Close (identify_server);What did I do wrong?I Open/Close control the beginning/end of program.,so is the same variable needed? Any help is Appreciated Thanks!Errors in LabWindows/CVI after using field point cvi interface
0 Kudos
Message 1 of 2
(2,926 Views)
ust be constant� for the same to lines: _tmp=FP_Open (valvetest,&identify_server); AND _tmp=FP_Close (identify_server);What did I do wrong?I Open/Close control the beginning/end of program.,so is the same variable needed? Any help is Appreciated Thanks!Hello faen9901,
It sounds like the variable "_tmp" is not declared properly (or you may have a syntax error on a neighboring line). Try removing it or replacing it with a properly declared variable (possibly called Status or Error). If you have further troubles, you may contact us at http://www.ni.com/ask >> E-mail NI Engineers.

Jeremiah Cox
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,926 Views)