Error using Matlab Compiler to obtain dll files

2 views (last 30 days)
I want to deploy my application with the ApplicationCompiler-App (Matlab Compiler) to get dll files. But I get an error, just after adding the main-file.I have read one answer (<http://www.mathworks.com/matlabcentral/answers/137332-error-using-matlab-compiler-app-applicationcompiler-dependency-analysis#comment_222029)which> can not sovle my error. when I use the simple workaround, some warinings happens as followed.
f = dir(fullfile(matlabroot, 'toolbox', 'slvnv')); for i=1:length(f) rmpath(fullfile(matlabroot, 'toolbox', 'slvnv', f(i).name)); end Warning: "C:\Program Files\MATLAB\MATLAB Production Server\R2015a\toolbox\slvnv\." not found in path. > In rmpath (line 57) Warning: "C:\Program Files\MATLAB\MATLAB Production Server\R2015a\toolbox\slvnv\.." not found in path. > In rmpath (line 57)
So the error is a little different.
Thanks for your help.
Greetings,
huiming

Answers (1)

Huiming Jiang
Huiming Jiang on 7 May 2015

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!