Info

This question is closed. Reopen it to edit or answer.

Issue with libwmcli.dll after called funtion is processed x64

1 view (last 30 days)
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!

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!