libMatlabDataArray.dll - corrupted somehow?
조회 수: 15 (최근 30일)
이전 댓글 표시
Trying to read MAT file with C program but I am getting stuck in linker with the following problem:
"C:\Elliott\! HPS\HPS Performance Model\MATFILE_Reader\libMatlabDataArray.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x310"
댓글 수: 0
답변 (2개)
Nagarjuna Manchineni
2018년 8월 9일
I see that you are referencing the libMatlabDataArray.dll from a custom location rather than using the one that is being shipped with MATLAB.
The recommended way is to use the dll from the installed MATLAB directory rather than copying into a custom location as there might be certain dependent dll's that libMatlabDataArray.dll is dependent on.
See the below MATLAB documentation link for more information on building applications that uses MATLAB Data arrays:
댓글 수: 0
Elliott Rachlin
2018년 8월 9일
댓글 수: 1
Jason Li
2021년 2월 27일
How did you solve your problem? I also encountered a similar problem, thank you.
참고 항목
카테고리
Help Center 및 File 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!