Invalid MEX-file
Status: Alpha
Brought to you by:
strive
Just a quick note in case anyone runs into the same problem I did. I added the /src directory into the
MATLAB Search path (using File->Set Path). I then tried to run sugarmex, and I got the following error:
>> sugarmex
Unable to load mex file: C:\sugar30_2\sugar30-102302\src\sugarmex.dll.
One of the library files needed to run this application cannot be found.
??? Invalid MEX-file
This problem is solved by setting the /src directory as the current directory (e.g. the text box in the menu
bar in MATLAB 6.5). I'm not quite sure what difference it makes, but it works this way.