Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

undefined reference to (pci-5105)

I have a pci-5105 running on a Win32 system. I have searched the forums and online about this problem and was not able to find any solutions that worked. I am trying to compile and run the example "MultiRecordFetchMoreThanAvailableMemory" function in C. This is the function that came with the driver. When I try to compile it I get the following two errors:

 

MultiRecordFetchMoreThanAvailableMemory.c:(.text+0x2b): undefined reference to 'niScope_GenericMultiRecordFetchMoreThanAvailableMemory@0'

 

MultiRecordFetchMoreThanAvailableMemory.c:(.text+0x19f): undefined reference to  'asciiPlot@8'

 

I have tried using 3 different compilers (currently using MS Visual Express C++), moving all of the header and c files to the same directory, going through each function line by line, etc. I am not able to figure this out and this is really putting a dent in my project.

 

Any advice would be greatly appreciated.

 

Best,

 

James

0 Kudos
Message 1 of 2
(2,958 Views)

Hi jwm1,

 

Could you please try running and compiling the attached program?  Perhaps something in your programs could have been messed up.  The program that I have attached is a shipping example and has been tested and worked many times.  If this does not compile, you may need to uninstall and reinstall NI Scope and try to compile/run the program again.

Regards,
Jim Schwartz
0 Kudos
Message 2 of 2
(2,935 Views)