Where can I find the "mcc_component_data.c" file in a C Shared Library deployed with MATLAB Compiler SDK?
4 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2023 年 6 月 19 日
回答済み: MathWorks Support Team
2023 年 6 月 22 日
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
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!