Matlab calling a Fortran DLL

조회 수: 6 (최근 30일)
Sherman Marcus
Sherman Marcus 2020년 1월 14일
I created a DLL with Intel Parallel Studio XE 2019 Composer Edition for Fortran Windows. I'm using it with Visual Studio Community 2015 on Windows 10. I call the DLL from Matlab, and it works great. But when I want to debug the Fortran code and I "attach to process" Matlab.exe, the debugger works fine when attaching Matlab 2016 and 2017, but not Matlab 2019a. Again, when I RUN my Matlab program using 2019a it works fine calling the DLL. But when I try to debug and "attach to process" the Matlab.exe of 2019a, it won't stop at my breakpoint in the DLL source being viewed in Visual Studio. But the other versions of Matlab DO stop at that breakpoint. We're talking about the SAME Fortran program source with the same options! Any ideas would be welcome.

답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by