LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error in Lab CVI 2013

Hi All,

I am working for one of the big project with C language.I am trying to build it but i am getting error as shown below.

error: Undefined symbol '_DoAssert@16' referenced in "c:\Users\nallav\Downloads\Project\OD_D6CX_b7supportingprojects\OD_b7captureautomation\cvibuild.od_b7captureautomation\Debug\MWL_MAIN_3.0UI.obj".

 

Is it linking problem or other problem?

 

0 Kudos
Message 1 of 3
(1,913 Views)

It is a link problem.

You should have a call to DoAssert in the MWL_MAIN_3.OUI translation unit. This call is marked as external linkage by the compilier but the linker could not find the implementation.

Does it make sense for you?

 

Regards

0 Kudos
Message 2 of 3
(1,855 Views)

Thanks for your suggestion

0 Kudos
Message 3 of 3
(1,682 Views)