Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

Harsheel
Harsheel il 29 Set 2014
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:

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by