Error using loadlibrary - loaddefinedlibrary: Read TDMS-files
17 views (last 30 days)
Show older comments
I'm trying to load a TDMS-file into Matlab (I use Matlab R2014a) I followed this instructions: http://digital.ni.com/public.nsf/allkb/A9094170BAC9A0EC862572E300352CBD
his error occurs:
>> examplePath = 'C:\test';
hfile = [examplePath '\nilibddc_m.h'];
loadlibrary([examplePath '\nilibddc'], hfile);
Error using loadlibrary (line 422)
There was an error loading the library "C:\test\nilibddc.dll"
Das angegebene Modul wurde nicht gefunden.
Caused by:
Error using loaddefinedlibrary
Das angegebene Modul wurde nicht gefunden.
Can anybody help me?
1 Comment
Geoff Hayes
on 11 Sep 2014
Sabine - looking at the link you provided (or the English equivalent) it seems that the code is from 2010 and only tested up to MATLAB R2008a. What version of MATLAB do you have? Did you copy the 32-bit h file and dll, or the 64-bit versions to your C:/test directory?
Answers (0)
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!