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

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

 Risposta accettata

MathWorks Support Team
MathWorks Support Team il 14 Giu 2016

0 voti

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

Più risposte (0)

Categorie

Prodotti

Release

R2011b

Community Treasure Hunt

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

Start Hunting!