DLLファイルが読み込めません。どうすれば読み込めますか?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hikaru Sato
am 3 Feb. 2018
Beantwortet: michio
am 3 Feb. 2018
matlab2017bでloadlibraryコマンドを使ってDLLファイルを読み込むと、 以下のようなエラーが出てきます。
エラー: loaddefinedlibrary
'##########.dll' はホストとは異なるアーキテクチャをもっています。
0 Kommentare
Akzeptierte Antwort
michio
am 3 Feb. 2018
64-bit 版 MATLAB で 32-bit 版のライブラリをロードしようとしたときに、このエラーが発生するケースがあります。読み込まれている DLL を 64-bit 版として作成しなおせば、64-bit 版 MATLAB にロードすることができるようになるかと思います。
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB の C ライブラリ finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!