Q10003 Matlab software reports missing DLL
When I try to run the example applications for the DAPtools for Matlab software, I get error messages that look something like the following.
'C:\Program Files\Microstar Laboratories\DAPtools\MATLAB\DAPOPEN.DLL':
    C:\Program Files\Microstar Laboratories\DAPtools\MATLAB\DAPOPEN.DLL is not a valid Win32
    application.
How do I fix this?
Make sure that you have the correct version of DAPtools for MATLAB for your system.
    Verify that you have unzipped the MEXW32.zip file in your install folder. Then use
    one of the following three methods to put the example commands on your MATLAB search path.
- Use a MATLAB addpathcommand to add the additional search path when you first start the Matlab environment. For example:addpath('C:\ProgramFiles\MicrostarLaboratories\DAPtools\Matlab', path);
- Add the addpathcommand to the end of yourSTARTUP.Mscript. If you do not have this file already, create a new file with this name in the \TOOLBOX\LOCAL\ folder. Then include the following three lines.disp('Adding DAPtools for MATLAB to the MATLAB search path'); p='C:\ProgramFiles\MicrostarLaboratories\DAPtools\Matlab' addpath(p, path);
- Use the File | Set Pathitem in your main menu, and add the new folder name in the dialog window.
L23942
