LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Project Link errors using hp605x driver

I get the following Compile errors: (environment is Windows Xp)
 
4 Project link errors
  Undefined symbol '_hp605x_configureTrigger@28' referenced in "example1.c".
  Undefined symbol '_hp605x_setCurrent@16' referenced in "example1.c".
  Undefined symbol '_hp605x_init@16' referenced in "example1.c".
  Undefined symbol '_hp605x_getCurrent@12' referenced in "example1.c".
 
With the following Project files:
 
c:\VXIPNP\WinNt\HP605X\hp605x.fp
c:\VXIPNP\WinNt\HP605X\hp605x.h
c:\VXIPNP\WinNt\HP605X\examples\example1.c
What's the fix / problem ?
0 Kudos
Message 1 of 2
(3,100 Views)
Howdy delsey,

Undefined symbol errors indicate that the linker can't locate the correct symbol functions either in the source code file or object library associated with that function panel. I couldn't find that driver on our website as all I found was the hp605xa which worked fine in LabWindows/CVI.  You can tell which source code file or object file is linked to that function panel by right-clicking on the Instrument in the Library Tree and selecting Edit Instrument. Then choose "Show Info" and see what program file is linked. Do you have this file?

Hope this gives some insight.

Best Regards,
Jonathan N.
National Instruments
0 Kudos
Message 2 of 2
(3,080 Views)