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!