フィルターのクリア

One user (of many) is having trouble with a distributed executable. He is getting the message that he can't find version 8.4 of the MCR but he has verified that it is installed. See screen shots below.

1 回表示 (過去 30 日間)
<<
>>
  2 件のコメント
Walter Roberson
Walter Roberson 2017 年 3 月 27 日
Is it possible that they are using a 32 bit operating system?
Scott Copeland
Scott Copeland 2017 年 4 月 5 日
The have a 64-bit OS. Good question though.

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

回答 (1 件)

Varun Gunda
Varun Gunda 2017 年 4 月 3 日
There is a bug in MATLAB Compiler R2014a in the way the MCR entry in the PATH is handled. R2014a cannot handle a trailing backslash. Verify that your MCR entry looks similar to
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64
and not like this (note the \ at the end)
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64\
This affects 32bit and 64bit MATLAB/MCR.
  3 件のコメント
Scott Copeland
Scott Copeland 2017 年 4 月 5 日
Hi Varun, I'm not clear what you mean by "MCR entry". Is this a setting during compilation, or part of the path, or an environment variable? How do I check? Thanks, Scott
Varun Gunda
Varun Gunda 2017 年 4 月 6 日
Check in the System path. If it is not present, add it.

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

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by