Matlab Compiling - With deploytool / mcc

조회 수: 2 (최근 30일)
Rohan
Rohan 2012년 4월 4일
Hello, I am trying to compile matlab file using deploytool and/or mcc command. The commands work fine and create .exe file successfully. But, when I open .exe file, I get an error "file_name.exe has stopped working".
I dont understand whats wrong. Please advise.
Thanks.
- Rohan
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2012년 4월 4일
Try running the executable from a command window (as opposed to double-clicking on the icon) and see if any errors are displayed.

댓글을 달려면 로그인하십시오.

답변 (1개)

Geoff
Geoff 2012년 4월 4일
Does the target machine have the relevant Visual C++ Redistributables installed? This kind of crash-without-helpful-message is typical of not having the redistributables on your system.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by