MATLAB: Simulink toolbox portability

simulinktoolbox

I have a toolbox for simulink that used to work fine with version 7.0.1 now I have 7.9.0 and it does not work anymore. On running the model it gives the following message "Invalid MEX-file 'I:\Matlab\ESP\NST_DENS.dll': The specified procedure could not be found." I have the above said file in the folder but it seems I need to develop it again?? How do I go about fixing this.

Best Answer

Did you switch from using 32 bit before to using 64 bit now? If so then the old dll would not work.
Related Question