‎12-10-2007 06:35 AM
‎12-11-2007 12:05 PM
‎12-12-2007 11:33 AM
Hi,
Did you ensure that you specified the following correctly?
"You can transfer the example code in the LoadTDM.m to any of your other M-script files. For example, if you copy the TDM dll and the header file into "C:\test\", you must specify the location in your m-script like this:
examplePath = 'C:\test';hfile = [examplePath '\nilibddc_m.h'];loadlibrary([examplePath '\nilibddc'], hfile);Similar code can be found in lines 14 to 16 in the included m-script, which assumes that the TDM dll and the header file are in the same folder."
Also, which version of MATLAB® are you using? This example may only be used with version 6.5 or later. Are you using Windows XP?
MATLAB® is a registered trademark of The MathWorks, Inc.
‎12-12-2007 12:30 PM
‎12-12-2007 01:19 PM