フィルターのクリア

Unable to load .dll using load library. I get the error "dll file has different architecture than the host"

7 ビュー (過去 30 日間)
I am trying to use the command
loadlibrary('E516_DLL.dll', 'E516_DLL.h')
And I am unable to view the functions or use them as I get the following error
Error using loadlibrary
There was an error loading the library
"C:\Users\gs109971\Desktop\Adi\CD-Mirror_3.0.1\E516_GCS_DLL\E516_DLL.dll"
'C:\Users\gs109971\Desktop\Adi\CD-Mirror_3.0.1\E516_GCS_DLL\E516_DLL.dll' has different architecture than
the host.
Caused by:
Error using loaddefinedlibrary
'C:\Users\gs109971\Desktop\Adi\CD-Mirror_3.0.1\E516_GCS_DLL\E516_DLL.dll' has different architecture
than the host.
How can I fix this error?
  1 件のコメント
Walter Roberson
Walter Roberson 2022 年 9 月 30 日
編集済み: Walter Roberson 2022 年 9 月 30 日
Is that for a Promet PI E-516 Phase Shift Controller, perhaps for use in an NI-DAQ chassis?

サインインしてコメントする。

回答 (1 件)

Cel Kulasekaran
Cel Kulasekaran 2022 年 9 月 30 日
What is your localhost architecture? Or rather, what compiler do you have configured in Matlab, x64 or x86, or...? You may have to match that for loadlibrary to work.

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by