Error using loadlibrary - loaddefinedlibrary: Read TDMS-files

17 visualizzazioni (ultimi 30 giorni)
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 Commento
Geoff Hayes
Geoff Hayes il 11 Set 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?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Software Development Tools in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by