Effacer les filtres
Effacer les filtres

Matlab Compiler: pathname with spaces

3 vues (au cours des 30 derniers jours)
bbb_bbb
bbb_bbb le 5 Avr 2018
Commenté : bbb_bbb le 10 Avr 2018
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 commentaires
Walter Roberson
Walter Roberson le 10 Avr 2018
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 le 10 Avr 2018
R2015a

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by