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

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

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 14 Jun 2016

0 votes

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

More Answers (0)

Categories

Products

Release

R2011b

Community Treasure Hunt

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

Start Hunting!