1:15 PM
To: FPC-Pascal users discussions
Cc: Sven Barth
Subject: Re: [fpc-pascal] Detecting console close with red X on windows
James Richters mailto:ja...@productionautomation.net> > schrieb am So., 19. Mai 2019, 19:10:
Thanks!That was quite helpful! I have a test program k
James Richters schrieb am So., 19. Mai
2019, 19:10:
> Thanks!That was quite helpful! I have a test program kind of
> working.
>
> I notice I only get 5 seconds to do what I am going to before it closes,
> and I also notice that my program can no longer respond to keystrokes after
> I hit t
aak
Sent: Sunday, May 19, 2019 11:44 AM
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] Detecting console close with red X on windows
On Sun, 19 May 2019 at 14:33, James Richters
wrote:
>
> Could I please get an example of this? I see lots of examples of how to do
> it in C
On Sun, 19 May 2019 at 14:33, James Richters
wrote:
>
> Could I please get an example of this? I see lots of examples of how to do
> it in C but when I try to translate to pascal I always struggle a quite a bit.
Have a look at the fpc source in packages/fv/src/w32msg.inc and search
for SetConso
: [fpc-pascal] Detecting console close with red X on windows
On Sun, 19 May 2019, 13:23 James Richters, mailto:ja...@productionautomation.net> > wrote:
Is there a way I can detect that a user has pushed the red X in the upper right
corner to close the console window in a free pascal c
On Sun, 19 May 2019, 13:23 James Richters,
wrote:
> Is there a way I can detect that a user has pushed the red X in the upper
> right corner to close the console window in a free pascal console
> application so I can save some files before the program terminates?
>
You can do that with SetConsole
On 5/19/19 8:29 AM, Kevin Lyda wrote:
At least on Unix systems I'd assume the answer was to write a signal
handler: https://www.freepascal.org/docs-html/rtl/baseunix/fpsigaction.html
IME, that should always be done... especially in the *nix world... you never
know where termination may come f
At least on Unix systems I'd assume the answer was to write a signal
handler: https://www.freepascal.org/docs-html/rtl/baseunix/fpsigaction.html
Kevin
On Sun, May 19, 2019 at 1:23 PM James Richters
wrote:
>
> Is there a way I can detect that a user has pushed the red X in the upper
> right corn
Is there a way I can detect that a user has pushed the red X in the upper right
corner to close the console window in a free pascal console application so I
can save some files before the program terminates?
James
___
fpc-pascal maillist - fpc-pa