c++ exception in m_interpreter!inPathNotificatoin::refresh notification - what does this mean?
1 次查看(过去 30 天)
显示 更早的评论
Hi Friends
I have used Matlab to create a c++ shared library. I am using it in a Visual Studio Project to create an application.
The Software runs as such. When I run the Software in the debug mode to check all the warnings, I see a numerous repition of this warning. Can you Please help me to figure out what it means.
Exception at 0x77841d4d, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in m_interpreter!inPathNotification::refresh_notification
0 个评论
回答(1 个)
Harsheel
2014-9-29
First chance exception messages most often do not mean there is a problem in the code. For applications / components which handle exceptions gracefully, first chance exception messages let the developer know that an exceptional situation was encountered and was handled. See the following link:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!