MATLAB mwex64 calling error

조회 수: 2 (최근 30일)
Xinpeng Du
Xinpeng Du 2018년 12월 24일
댓글: Xinpeng Du 2018년 12월 28일
Hello,
I have some .mwex64 files and would like to call them.
But when I try to call them, I always got the error: missing dependent shared libraries. I know my computer and MATLAB are 64-bit. Could you help me? Thanks! MATLAB mwex64 calling error.png

채택된 답변

Walter Roberson
Walter Roberson 2018년 12월 24일
You appear to be missing a usable IrisA0.Devices.dll .
You appear to be using https://github.com/bdawg/AI . Looking at the files there I suspect the IrisA0.Devices.dll provided there is a 32 bit DLL, in which case it would not be callable from 64 bit MATLAB. The information at https://plus.google.com/+Irisao/posts/NFgaL5yVKZx shows that it is only expected to be used from 32 bit MATLAB.
You could try contacting IrisAO.com to see if they have a 64 bit DLL.
  댓글 수: 1
Xinpeng Du
Xinpeng Du 2018년 12월 28일
Thanks a lot. Let me try as you suggested!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by