11-20-2009 08:02 PM
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
11-23-2009 05:18 PM
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.