フィルターのクリア

Equivalent command of "-M" at MCC in CODER GUI

2 ビュー (過去 30 日間)
Ohad Ross
Ohad Ross 2020 年 1 月 16 日
回答済み: Ryan Livingston 2020 年 1 月 22 日
I want to add a Product Version to a DLL I compile with Matlab Coder (I am using the GUI coder under matlab apps).
In the past, i've done that using "mcc ... -M FILENAME.res" command, not the GUI coder.
how can I do the same matlab coder gui?

回答 (2 件)

Ryan Livingston
Ryan Livingston 2020 年 1 月 22 日
There's no built-in way to pass a resource file to MATLAB Coder. You may be able to achieve this by adding the resource file as a linker argument using the addLinkFlags method of coder.updateBuildInfo:
Or by adding a PostCodegenCommand that calls addLinkFlags on the buildInfo argument:
Caveat: I've not personally used these approaches so I can't guarantee that they will work.

Dhananjay Kumar
Dhananjay Kumar 2020 年 1 月 22 日
The purposes of mcc command and MATLAB Coder are little different .
I think you are looking for deploytool or Application Compiler .

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by