スタンドアロンアプリケーションを実行すると「プロシージャ エントリ ポイント ucrtbase.terminate がダイナミック リンク ライブラリ api-ms-win-crt-runtime-l1-1-0.dll から見つかりませんでした」というエラーとなるのはなぜですか?
显示 更早的评论
MATLAB Compiler または MATLAB Compiler SDK を使用してスタンドアロンアプリケーション(EXE または DLL)を作成しました。これらはWindows 10では問題なく動作しましたが、Windows 7 では以下のようなメッセージが表示されます。
日本語版:
プロシージャ エントリ ポイント ucrtbase.terminate がダイナミック リンク ライブラリ api-ms-win-crt-runtime-l1-1-0.dll から見つかりませんでした
英語版:
The procedure entry point ucrtbase.terminate could not be located in the dynamic link library api-ms-win-crt-runtime-l1-1-0.dll
どのように対応したらよいでしょうか?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 スタンドアロン アプリケーション 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!