libMatlabDataArray.dll - corrupted somehow?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Nagarjuna Manchineni
el 9 de Ag. de 2018
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 comentarios
Elliott Rachlin
el 9 de Ag. de 2018
1 comentario
Jason Li
el 27 de Feb. de 2021
How did you solve your problem? I also encountered a similar problem, thank you.
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!