フィルターのクリア

Matlab Compiler: pathname with spaces

3 ビュー (過去 30 日間)
bbb_bbb
bbb_bbb 2018 年 4 月 5 日
コメント済み: bbb_bbb 2018 年 4 月 10 日
If I run a command (in Matlab Command Window or in m-script)
mcc -C -o Myprog -W WinMain:Myprog -T link:exe -d "C:\Program Files" ...
then it gives
Error using mcc
The output directory,
'"C:\Program'
does not exist.
How can I specify path with spaces?
  2 件のコメント
Walter Roberson
Walter Roberson 2018 年 4 月 10 日
Which release are you using? With some of the older releases you could not use spaces. The newer releases slam various parts of the command together without really using proper quotes but the underlying code somehow parses it.
bbb_bbb
bbb_bbb 2018 年 4 月 10 日
R2015a

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by