LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

error link

Hi,

i developed a program to testing BD of DLL.

my program is compilable but when i need my file.exe in error link appear " Undefined symbol '_UTIL_TAB_AffichageMessage' referenced in "User Interface Panel.c" . i don't understand what does means this message ?!

 

please someone can help me ?

 

thx in advance 

0 Kudos
Message 1 of 2
(4,261 Views)

Undefined symbol means that you are using a symbol that you have never defined in your program: you may have missed to include some necessary file or load a library. It seems strange to me that the application can be compiled with such an error: are you able to debug the program? What do you mean when you say my application is compilable?

 

In this page that you can find also in CVI help all build errors are listed together with some informations about them. It can be useful to solve them.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(4,224 Views)