スタンドアロンアプリケーションを実行すると「プロシージャ エントリ ポイント ucrtbase.terminate がダイナミック リンク ライブラリ api-ms-win-crt-runtime-l1-1-0.dll から見つかりませんでした」というエラーとなるのはなぜですか?
Mostra commenti meno recenti
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
どのように対応したらよいでしょうか?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su スタンドアロン アプリケーション in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!