03-18-2011 02:36 PM
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!
Solved! Go to Solution.
03-21-2011 08:56 AM
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