Difference between "files required for your application to run" and "files installed for your end user" in Compiler

조회 수: 16 (최근 30일)
I am using deploytool and the Application Compiler to make a standalone executable from a mfile. The mfile uses a dll library that was created outside of Matlab as well as a tif file. I am confused about "files required for your application to run", where the tif seems to have to go for the exe to run, and "files installed for your end user", where the dll seems to have to go. How do these two file categories differ, and why does the tif go in one and the dll go in the other?

채택된 답변

Faiz Gouri
Faiz Gouri 2017년 7월 21일
In the "Files required for your application to run" section of the compiler, verify that all of the files required to run the MATLAB application are listed. These files are compiled into the generated binaries along with the main file. In general the built-in dependency checker automatically populates this section with the appropriate files. However, you can manually add any files it missed.
In the "Files installed for your end user section of the compiler", verify that any additional non-MATLAB files you want installed with the application are listed. Note: These files are placed in the applications folder of the installed application. This section automatically lists: Generated executable (Linux®) Shell script for launching the application Readme file You can manually add files to the list. Additional files can include documentation, sample data files, and examples to accompany the application.
  댓글 수: 1
KAE
KAE 2017년 7월 21일
Thanks for your clarification. I am still not clear why a non-Matlab tif file go into 'files required for your application to run', while a non-Matlab dll file would go into 'files installed for your end user'. Do you happen to know why?

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

추가 답변 (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