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. ;-) _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
