External program that uses HDF5 fails
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi!
I have a home-written and compiled (VS2019 ) cpp program that I'd like to call as part of matlab script. As a part of this program, it uses HDF5 C library and HighFive wrapper to load some file (also OMP and Eigen, but the problems happens the calls tho these libs). Unfortunateley, when called from matlab (via "system"), the program fails exactly where it tries to open an HDF .h5 file (in read-only, file is not opened in matlab) wo any error message (with only windows "has stopped working" error window). When called from just windwos cmd with the same parameters, it works just fine.
Any suggestions to fix that?
Thank you in advance!
댓글 수: 1
Walter Roberson
2020년 3월 28일
Is it possible that it relies on the Windows PATH environment variable to locate some exe or dll, and is not finding it when called inside of MATLAB because MATLAB is controlling the PATH environment variable itself?
I would suggest using a process monitor such as https://docs.microsoft.com/en-us/sysinternals/downloads/procmon to see what the process is trying and failing to do.
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 HDF5에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!