building standalone application fails on file I don't use
이전 댓글 표시
Building a standalone application from a project that I created in 2010a, and has built successfully many times.
In particular, I get the following error:
Warning: an error occurred while parsing class RTW.TflViewer: Undefined function 'findclass' for input arguments of type 'double'.
It stays a warning for sufficiently long that I start to hate my life and then I get this:
Depfun error: 'The specified super-class 'Simulink.codemetrics.SlCodeMetrics' contains a parse error or cannot be found on MATLAB's search path, possibly shadowed by another file with the same name.'
Any suggestions?
The only thing I can think is that our license changed and that some nonsense comes over from the previous version. The compiler is obnoxiously slow, maybe Mathworks could make it so it only touches files when they are called for by the program being compiled instead of going out and looking for errors in files that aren't used. Reminds me of the good old days when you could start a compilation and take a break with confidence that it wouldn't be done when you got back.
채택된 답변
추가 답변 (1개)
KVGCE
2012년 5월 8일
0 개 추천
Hello... I'm getting the same problem... @Eric Keller or @Kaustubha Govind please explain how to solve it... keshava.gn@gmail.com
댓글 수: 3
Kaustubha Govind
2012년 5월 8일
Did you try the solution I recommended to Eric?
Chirag
2013년 8월 27일
Hi.. I am trying to convert a MATLAB code into a JAVA code using MATLAB Builder JA and I am facing the same problem and it is showing the error as : Depfun error: 'The specified super-class 'Simulink.codemetrics.SlCodeMetrics' contains a parse error or cannot be found on MATLAB's search path, possibly shadowed by another file with the same name.' Kindly tell me how to proceed further.
Walter Roberson
2013년 8월 27일
카테고리
도움말 센터 및 File Exchange에서 Application Deployment에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!