필터 지우기
필터 지우기

c++ exception in m_interpre​ter!inPath​Notificato​in::refres​h 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

답변 (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