LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ckeztab.obj error undefined symbol

I am getting the above error message when I tried to modify the easy
tabl sample code for my application. Do I need to call a library with
such functions or include in CVI7.0 files?
0 Kudos
Message 1 of 4
(3,389 Views)
Hello

Make sure you have included the easy tab instrument in the project.
You can do this by going to Instrument >> Load and then
loading the easy tab instrument. Check the example to see the
instrument loaded as well.


Bilal Durrani
NI
0 Kudos
Message 2 of 4
(3,389 Views)
I have done that. But it is still not working.
0 Kudos
Message 3 of 4
(3,389 Views)
Try building the example and see if you get the same error. If you get the same error with the example means the obj file might not be linked correctly to the fp file. You can do that by first loading the fp,then going to instrument >> edit , and then use show info to make sure that a obj file is connected to each fp. Also make sure you have loaded all the fp's that the example loads.

Bilal
Bilal Durrani
NI
0 Kudos
Message 4 of 4
(3,389 Views)