04-27-2025 12:35 PM
Not sure if this belongs into the DIAdem section
I am writing some code in C to read and convert TDMS data files into another format. I am currently unable to open or read any TDMS file with the provided libraries.
I have been working with the libraries and DLLs from this source
Reading TDM/TDMS Files with The MathWorks, Inc. MATLAB® Software - NI Community
I keep getting an error that the storage could not be opened.
I am using the readFile.c from the above link and all i am changing is the file_path.
04-27-2025 03:57 PM
Looks like there is a version problem. I now can open older TDMS files but for newer ones i get this error
***************** New logfile section *******************
TDMS: ERROR: TDS Exception in Initialize: Tds Error: TdsErrFileVersionTooNew(-2510):
Is there a process to getting the latest DLLs ?
Thanks