フィルターのクリア

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

1 回表示 (過去 30 日間)
Alok Pathak
Alok Pathak 2014 年 9 月 29 日
回答済み: Harsheel 2014 年 9 月 29 日
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 Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by