DLLファイルが読み込めません。どうすれば読み込めますか?
6 views (last 30 days)
Show older comments
matlab2017bでloadlibraryコマンドを使ってDLLファイルを読み込むと、 以下のようなエラーが出てきます。
エラー: loaddefinedlibrary
'##########.dll' はホストとは異なるアーキテクチャをもっています。
0 Comments
Accepted Answer
michio
on 3 Feb 2018
64-bit 版 MATLAB で 32-bit 版のライブラリをロードしようとしたときに、このエラーが発生するケースがあります。読み込まれている DLL を 64-bit 版として作成しなおせば、64-bit 版 MATLAB にロードすることができるようになるかと思います。
0 Comments
More Answers (0)
See Also
Categories
Find more on MATLAB の C ライブラリ in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!