Invalid mex file error

Hi I want to read a recorded data set by mwork. I have installed it and it is working but for my reading the data in matlab I have got the following error. please let me know what can I do.
Invalid MEX-file ‘./…Desktop/MWorks 2/+mworks/mwfeval.mexmaci64’: dlopen(/…/Desktop/MWorks 2/+mworks/mwfeval.mexmaci64, 6):
Symbol not found: __ZN2mw5DatumC1EP13__ScarabDatum
Referenced from: /…/Desktop/MWorks 2/+mworks/mwfeval.mexmaci64
Expected in: /Library/Frameworks/MWorksCore.framework/Versions/A/MWorksCore
and just to make it clear the last file which is named as expected "/Library/Frameworks/MWorksCore.framework/Versions/A/MWorksCore"does exist on the path :

thanks

Hi,

An MWorks MEX file works only with the version of MWorks that it was compiled against. I’m guessing that you copied the MEX file from one MWorks version and are now trying to use it with a different version.

You should only use the MATLAB files installed in /Library/Application Support/MWorks/Scripting/Matlab. If you want those files to be accessible from another path, try creating a symbolic link in the desired location.

Cheers,
Chris Stawarz