Where can I find the "mcc_component_data.c" file in a C Shared Library deployed with MATLAB Compiler SDK?

조회 수: 6 (최근 30일)
I am deploying MATLAB codes as a C Shared Library. I developed my workflow with MATLAB R2007a, and wrote some C codes that reference one of the files generated by MATLAB: "mcc_component_data.c".
I have now upgraded to MATLAB R2014a. However, I can no longer locate the "mcc_component_data.c" file in the generate C Shared Library files. Is it still possible to generate this file?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 6월 19일
The "mcc_component_data.c" file is no longer generated for C Shared Libraries starting with MATLAB R2010b. This file used to contain component-related information for ensuring the library's integrity, decrypting the M file(s), capturing runtime options, and defining the MATLAB search path. This information was never intended to be accessed by the end-user, and has since been distributed among the various other files within the generated CTF archive since MATLAB R2010b.
As a result, the only way to generate this file is to compile a C Shared Library in MATLAB R2010a or an earlier release.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

제품


릴리스

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by