From: Ray Zimmerman on
Thank you! I was having the same problem and this has at least
allowed me to get something running (by renaming a bunch of function
calls in my source code). Did you ever find a way to get it to
properly include the $MATLAB/extern/include/fintrf.h file?

- Ray

Sonny Jeon wrote:
>
>
> OK. Finally figured it out, after a few pots of coffee.
>
> It turns out that some of the mx function names have been appended
> with either a '700' or a '730'. So mxGetN is now mxGetN700.
>
> Matlab did supply an include file 'fintrf.h' to define these
> correctly but it does not work, at least for me.
>
> To check how the names have changed, use the UNIX display name list
> function 'nm' as follows:
>
> nm /Applications/MATLAB_SV73/bin/maci/libmx.dylib | grep -i mxGetN
 | 
Pages: 1
Prev: error in SPECTROGRAM
Next: GUI - Activex Resizing