Matlab Compiler Shared Resources and Helper Files Issue
조회 수: 5 (최근 30일)
이전 댓글 표시
I am having an issue with my executable with finding a .pptx file as a shared resource.
I have included it inside the executable but it cannot find the file once the executable is deployed but can find another file which is a .jpg and is looked for in a similar way.
Does anybody have an idea of why it cannot find a .pptx file but can find a .jpg?
Thanks,
Kevin
댓글 수: 2
Kaustubha Govind
2011년 10월 10일
1) Could you specify how you added the file? Did you add it to Additional Files section in deploytool or use the mcc -a flag?
2) How are you looking for it in your deployed application?
채택된 답변
Image Analyst
2011년 10월 10일
See this entry on the FAQ: http://matlab.wikia.com/wiki/FAQ#My_standalone_executable_won.27t_run_on_the_target_computer._What_can_I_try.3F, particularly point #7 there. I'm pretty sure that's the cause of your problem.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!