LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

project link error - undefined symbol ' Random@16' ?

Solved!
Go to solution

Hi,

 

I am getting a Project link error - Undefined symbol ' Random@16' referenced in "main.c".

There is no reference to where the error is occuring, anyone have a tip?

 

Thanks!

0 Kudos
Message 1 of 2
(4,634 Views)
Solution
Accepted by topic author TurboMetrologist

Hello -

 

The function Random is defined in the programmers toolbox.  You need to add toolbox.fp (<CVI>\toolslib\toolbox\toolbox.fp) to your project, or add it to your list of autoloaded libraries through the Library»Customize menu item.

 

NickB

National Instruments

0 Kudos
Message 2 of 2
(4,607 Views)