04-26-2010 11:40 PM
Hello,
I am pretty new to C/C++ development but I downloaded the C DLL for TDMS reading/writing. First I just opened the readFile.c sample and it said it couldn't find a needed header file. Then I made a new solution in Visual Studio 2008 where I made a c file and an h file and copied in the code from the TDMS C package. During compile I get errors like:
Error 1 error LNK2019: unresolved external symbol _DDC_GetLibraryErrorDescription@4 referenced in function _main readTDMS.obj TDMSNI
Can someone give me a step by step instruction on how I can run the readFile.c in the Windows console and see it read the data?
04-27-2010 01:49 AM
04-27-2010 11:28 AM
That didn't help since I no longer have LabView installed on my computer and only have few remains in the NI folder. As far as I understand the TDMS format is open so can't I just write a TDMS reader using these DLL's without having LabView installed?
04-27-2010 03:33 PM
The 'dev' directory contains the header file, import libraries, and binaries
to be used during development.