[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] Cleanup after ^C
From: |
Joerg Wunsch |
Subject: |
Re: [avrdude-dev] Cleanup after ^C |
Date: |
Sun, 10 Jan 2010 11:26:12 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
As Joerg Wunsch wrote:
> > How to do something similar on Windows?
>
> I tried adding a signal(SIGINT, ...). It compiles, but is obviously
> not called when hitting ^C.
Btw., I've learned to use http://msdn.microsoft.com/ as a reference for
the Win32 API when developing AVRDUDE.
I found the following document there:
http://msdn.microsoft.com/en-us/library/ms682541%28VS.85%29.aspx
I didn't read it in detail, but it sounds like this might contain
the information you're looking for.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Re: [avrdude-dev] Cleanup after ^C,
Joerg Wunsch <=