High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

[Linker Error] Unresolved external 'niScope_init' referenced from C:\ALUNOS\ALLAN\EVA\BUILDER2.0B\UNIT1.OBJ

Hi,
First of all I'm sorry about my English. I'm developing a software on Builder C++ by Borland and we bought an NI DAQ 5112 PCI. I'd like to know if is possible to use the high-level functions from niScope (such as niScope_init, _AutoSetup, _close...) on this plataform. I'm asking it 'cause I could run every "example program" on it whithout any problem. But when I try to use it on my own project the message below is shown: unresolved external "niScope_init" referenced from "path_of_my_project".
thanks,
Allan
0 Kudos
Message 1 of 4
(8,900 Views)
Make sure you're linking to the niScope inport library.  I'm attaching the Borland import library from NI-SCOPE 2.9.1.

(These forums won't let me attach a .lib.  So download this file, and rename it "niScope.lib")
0 Kudos
Message 2 of 4
(8,894 Views)

thanks psisterhen,

but yes, i'm sure that i'm linking this library. have you ever worked with C++ Builder 6 by Borland?

best regards

merry christmas!

 

0 Kudos
Message 3 of 4
(8,876 Views)
Allan,

If the examples work properly in C++ Builder 6, but your own projects do not work, then I would compare your project settings to find out what it different.  Otherwise, you could just start with an example that is properly linked to the Scope library and modify it to fit your needs.


Have you seen this KnowledgeBase?

Thanks,
Travis W

0 Kudos
Message 4 of 4
(8,854 Views)