c++ exception in m_interpre​ter!inPath​Notificato​in::refres​h notification - what does this mean?

2 次查看(过去 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

回答(1 个)

Harsheel
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:

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by