NR in LabWindows/CVI 8


ALI_AT_RMC
08-14-2006, 10:28 AM
Does anyone have any experience using NR (ANSI C) in LabWindows/CVI 8? I am currently trying it out for the first time by running a simple example (xrk4.c) in LabWindows/CVI 8 and I keep getting the following linking errors:

Undefined symbol '_bessj' referenced in "xrk4.c"
Undefined symbol '_bessj0' referenced in "xrk4.c"
Undefined symbol '_bessj1' referenced in "xrk4.c"

I have included the nr.h and nrutil.h headers along with nrutil.c and rk4.c source files. I also made sure I specifed the correct location for both headers and sources. Any suggestions/thoughts are much appreciated!

Thank you in advance,

ALI