LOADLIBRARY コマンドで DLL を使用する際に特定の​モジュールが無いとい​うエラーとなるのはな​ぜですか?

LOADLIBRARY コマンドで DLL を使用する際に特定のモジュールが無いというエラーとなります。
 
Error: The specified module could not be found
Dependency Walker で調べると、MSVCR100D.dll が見つからない様子です。
 

 Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 14 Jun. 2016

0 Stimmen

MSVCR100D.dll は マイクロソフト社の Visual Studio 2010 のランタイムライブラリです。
対策:
コンピュータにて、VC++2010の再頒布版のインストールを行うことにより解決できます。
 

Weitere Antworten (0)

Kategorien

Produkte

Version

R2011b

Community Treasure Hunt

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

Start Hunting!