필터 지우기
필터 지우기

error with edfmex: Invalid MEX-file - Missing dependent shared libraries

조회 수: 3 (최근 30일)
T FW
T FW 2018년 10월 31일
Hi,
I installed Matlab R2018a on my new computer (Win 10 Enterprise, 64 bit). I wanted to run a script I used many times before and got an error for this line:
edfmex(fname) % fname is a path to a filename
The error message is
Invalid MEX-file 'F:\scripts\edfmex.mexw64': Missing dependent shared libraries:
'edfapi64.dll' required by 'F:\scripts\edfmex.mexw64'
'MSVCP90.dll' required by 'F:\scripts\edfmex.mexw64'
'MSVCR90.dll' required by 'F:\scripts\edfmex.mexw64'.
So I downloaded a more recent version of edfmex.mexw64 and now there seems to be fewer dll files required, see this error message:
Invalid MEX-file 'F:\scripts\edfmex.mexw64': Missing dependent shared libraries:
'edfapi64.dll' required by 'F:\scripts\edfmex.mexw64'.
I also installed Microsoft Visual C++ 2005 Redistributable as this was recommended somewhere. Unfortunately, it didn't change anything.
How can I fix this? Thanks, T

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by