How to I use older version dll file for new MATLAB.

2 views (last 30 days)
I am using both Matlab 2010 and Matlab 2015b (both are 32bit). In matlab 2010, I have a library which I use a *dll file ( I give the directory into S function) and work on simulink. I want to work with same library in Matlab 2015b, library seems working, however, when I write same directory, I get and error says dll file could not be found. Is it because Matlab changed compile principles (dll to mex32/mex64 files) or can I still make it work ?
  4 Comments
Walter Roberson
Walter Roberson on 21 Apr 2017
?? .dll would never have worked on OS-X or Linux
Tugce Kasikci
Tugce Kasikci on 19 Dec 2017
Could you check where the path is pointing to?

Sign in to comment.

Answers (1)

Tugce Kasikci
Tugce Kasikci on 8 May 2017
Could this answer be helpful?
https://www.mathworks.com/matlabcentral/answers/91975-how-can-i-use-a-dll-file-in-simulink-8-0-r2012b#answer_101326

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!