help-octave
[Top][All Lists]
Advanced

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

Re: Interrupting Octave


From: Felipe Monteiro de Carvalho
Subject: Re: Interrupting Octave
Date: Wed, 12 May 2010 15:17:14 +0200

Hello,

Yes, it seams that probably SetConsoleCtrlHandler is used for the mingw version.

The problem is that there is no easy to use Windows API to send the
signal like kill. You have to inject code into the process because the
routine to achieve this can only be used inside the same program ...
lot's of trouble MS makes me while it could be so easy =)

thanks,
-- 
Felipe Monteiro de Carvalho


reply via email to

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