LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Tool Tip Project link error need a help:

Tool Tip Project link error need a help:
 
   Hi i use the tool tip "SetCtrlToolTipAttribute". I have added the tooltip.h & tooltip.fp in
   the project. When ever i use the functions in the project i have got the
   Project link error. Undefined symbol "setCtrlToolTipAttribute". What is the reason..
   Any help..! Am i need to add any other library's / external files
 
Thanx in advance,
Regards,
venki. 
0 Kudos
Message 1 of 2
(2,984 Views)

Hello Venki,

The LabWindows/CVI compiler is case sensitive.  From looking at the error message, it seems to be caused by a mispelling of the function call.  In particular, the first letter in SetCtrlToolTipAttribute needs to be capitalized.  This should resolve your errors.  Also a quick tip is that you can type setctrlattribute into your code then press Ctrl-P.  CVI then will search for the closest match to that function call and if you mispelled the function, you will be able to see the correct prototype and automatically insert the code from the associated function panel.

Thanks.

Wendy L
LabWindows/CVI Developer Newsletter
0 Kudos
Message 2 of 2
(2,970 Views)