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".
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.