Hi.
I am running CVI 2015 with a simple app that reads data from a spectracom GPS device. Spectracom publish a set of libraries to access the device but when I build the app, I see the following linker errors.
Link GeoMagCalc.exe
error: Undefined symbol '__imp___iob_func' referenced in "c:\Program Files (x86)\Spectracom\TSYNC PCI\Dev64\TPro.lib".
error: Undefined symbol '__imp__snwprintf_s' referenced in "c:\Program Files (x86)\Spectracom\TSYNC PCI\Dev64\TPro.lib".
error: Undefined symbol '__imp_strcat_s' referenced in "c:\Program Files (x86)\Spectracom\TSYNC PCI\Dev64\TPro.lib".
error: Undefined symbol '__imp_wprintf' referenced in "c:\Program Files (x86)\Spectracom\TSYNC PCI\Dev64\TPro.lib".
I guess that these are Windows SDK calls and I need to link to another library. I have done some googling around and this seems to be a common problem in Microsoft Visual C++ 2015 but I have not found a solution.
Can anybody please offer any help.