スタンドアロンアプリケーションを実行すると「プロシージャ エントリ ポイント ucrtbase.terminate がダイナミック リンク ライブラリ api-ms-win-crt-runtime-l1-1-0.dll から見つかりませんでした」というエラーとなるのはなぜですか?
Mostrar comentarios más antiguos
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
どのように対応したらよいでしょうか?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre スタンドアロン アプリケーション en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!