Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Issue with libwmcli.dll after called funtion is processed x64
조회 수: 1 (최근 30일)
이전 댓글 표시
Hey everyone,
I have a script in Matlab that computes Vector-Matrix multiplication. A DLL was created in assembly language to make the computation as fast as possible. Here you can find more details about the script and .dll: https://uk.mathworks.com/matlabcentral/answers/331273-matlab-crashes-when-the-external-function-in-dll-is-called-x64-code?s_tid=email_ans_new_ans_ans_h#answer_260191
Well, I tried to debug the whole process of computation because Matlab crashes every time I try to run the script. I ran Matlab through a debugger to see where's the problem, and the whole computation (from library call until the return from the function) runs smoothly. After the function ends and returns, Matlab crashes. It says that there's an issue with libwmcli.dll.
Have you ever encountered such problem? Any suggestions why it crashes there?
Thank you!
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!