Access is denied, SDK Error Loading Library

2 ビュー (過去 30 日間)
Sarah Crimi
Sarah Crimi 2018 年 9 月 4 日
コメント済み: Sarah Crimi 2018 年 9 月 6 日
I am having an issue loading a library to MATLAB. I think it is because SDK is not installed right. When I type mex -setup I get the following: MEX configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation. Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. In the near future you will be required to update your code to utilize the new API. You can find more information about this at: http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html.
I do not understand this. What does it mean and how do I fix it? Thanks, S.

採用された回答

Walter Roberson
Walter Roberson 2018 年 9 月 4 日
That is not an error. SDK 7.1 is selected. The rest is a warning for people who are trying to compile code that was written in the time when mex only supported 32 bit memory, that code from that era will have to be updated. R14SP3 from September 2005 was the first release that supported 64 bits, so this is a warning for people dealing with code a dozen years old.
  4 件のコメント
Sarah Crimi
Sarah Crimi 2018 年 9 月 6 日
Hello, Thanks for your help. I found that my Sophos Endpoint antivirus software was blocking the Active Perl. You steered me in the right direction. :)
Sarah Crimi
Sarah Crimi 2018 年 9 月 6 日
Hello, thanks for the help. It ended up being an issue with the virus software, Sophos Endpoint. It was blocking me from using ActivePerl.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTroubleshooting in MATLAB Compiler SDK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by