octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

method to reset C++ error_state variable from m-file?


From: rik
Subject: method to reset C++ error_state variable from m-file?
Date: Fri, 23 Oct 2015 13:41:55 -0700

10/23/15

The subject line has my question.  I am working on a problem with print.m
which boils down to this

unwind_protect
  call C++ function which generates error and sets error_state
unwind_protect_cleanup
  Try to clean up by calling C++ function, which terminates quickly because
error_state is set.
end_unwind_protect

--Rik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]