スタンドアロンアプリケーションを実行すると「プロシージャ エントリ ポイント ucrtbase.terminate がダイナミック リンク ライブラリ api-ms-win-crt-runtime-l1-1-0.dll から見つかりませんでした」というエラーとなるのはなぜですか?
Show older comments
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
どのように対応したらよいでしょうか?
Accepted Answer
More Answers (0)
Categories
Find more on スタンドアロン アプリケーション in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!