03-17-2015 08:23 AM
Hello,
I am trying to read a TDMS file in a Visual Studio C++ 2012 program. I downloaded the DLL from http://ni.intellisurvey.com/run/2007codelicenseagr
I got many build errors and I have listed few of them here.
Error 16 error LNK1120: 15 unresolved externals
Error 1 error LNK2019: unresolved external symbol _DDC_CloseFile@4 referenced in function _ReadFile
Error 11 error LNK2019: unresolved external symbol _DDC_GetChannelGroupProperty@16 referenced in function _ReadGroups
Error 4 error LNK2019: unresolved external symbol _DDC_GetChannelGroups@12 referenced in function _ReadGroups
It would be of great help to me if anyone could guide me to resolve this
Regards
Padma Priya
03-19-2015 12:32 AM
That example code seems to make use of NIs "DIADEM Connectivity Library". Either add that library to MSVC++ project or ( if don't have that library) you have to modifiy the example by removing all usage of these DDC_* functions.