Hi,
I'm running GettingStarted.c example for NI-SCOPE and keep receiving the following errors:
1>GettingStarted.obj : error LNK2019: unresolved external symbol _niScope_GenericGettingStarted@0 referenced in function _main
1>GettingStarted.obj : error LNK2019: unresolved external symbol _asciiPlot@8 referenced in function _PlotWfms
I included all the appropriate libraries for C/C++ and niscope.lib and its path in Linker-->Input and Linker-->General, respectively.
If anyone encountered a similar problem while running this example code, let me know how to get around this.
Thanks!