I have access to a library with pre-compiled 32 bit mex files (Windows: .mexw32, Linux: .mexa32). I am having a hard time compiling the library myself for a 64 bit machine, so I was wondering if there is a way to make MATLAB 64 bit work with 32 bit mex files.
- 1As far as I know you're out of luck. Take your compilation troubles as a demonstration why interpreted languages like Matlab are so awesome.Jonas– Jonas2011-07-20 18:41:42 +00:00Commented Jul 20, 2011 at 18:41
- 1@AmV: perhaps this would help: mathworks.com/help/techdoc/matlab_external/bsflnue-1.htmlAmro– Amro2011-07-20 20:14:14 +00:00Commented Jul 20, 2011 at 20:14
Add a comment |
2 Answers
In general accessing 32bit code from a 64bit executable is nontrivial. Therefore I doubt they have implemented this in MATLAB natively...