필터 지우기
필터 지우기

Deployment Tools

조회 수: 1 (최근 30일)
Arun Sharma
Arun Sharma 2011년 6월 26일
I had created a GUI in MATLAB and wants that some of my friends who are not having matlab with them can use my GUI. Then i have heard about the deploytool..
But when i buil my project in the deployment tool, it is giving an error "The Application name must be a valid C Identifier".
This is how i am doing everything.. >>deploytool then a graphical user interface of deploy tool gets opened. where in the main function i load the .m file of my gui.. but when i build my project it is giving an error.. "The Application name must be a valid C Identifier".
What to do now.. Pls tell me...

채택된 답변

Walter Roberson
Walter Roberson 2011년 6월 26일
Your application name needs to consist entirely of the the upper or lower case Latin letters A, B, C, to Z, together with the ten decimal digits, 0, 1, 2, to 9, together with underscore.
Your application name cannot contain spaces or any national character or any character such as $ or [ or period.
  댓글 수: 1
Arun Sharma
Arun Sharma 2011년 6월 26일
Thanks I had Hod sort out the problem.
After that
I had used mbuild -setup command at the command prompt.
Then i choose this compiler option
Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2010a\sys\lcc
What is this i don't know.. is it MCR.
Okay after that i build my project it takes a lot of time,
But at last it works.
At Least on my system.
the exe file generated is working successfully.
Then i thought to install MCR.
In another project I add MCR then then build it..
It installs Matlab Compiler Runtime(MCR) on my system.
and after that the exe file generated also works on my system.
So can u tell me.
What is all this..
What to do, to run the GUI on another system

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by