| delorie.com/archives/browse.cgi | search |
| From: | Aris DOT Zakinthinos AT cl DOT cam DOT ac DOT uk ("Aris Zakinthinos") |
| Subject: | More Signals info. |
| 28 Jul 1997 08:14:14 -0700 : | |
| Approved: | cygnus DOT gnu-win32 AT cygnus DOT com |
| Distribution: | cygnus |
| Message-ID: | <E0wsqpO-0002hD-00.cygnus.gnu-win32@heaton.cl.cam.ac.uk> |
| Mime-Version: | 1.0 |
| Original-To: | "'Gnu-Win32'" <gnu-win32 AT cygnus DOT com> |
| X-MSMail-Priority: | Normal |
| X-Priority: | 3 |
| X-Mailer: | Microsoft Internet Mail 4.70.1161 |
| Original-Sender: | owner-gnu-win32 AT cygnus DOT com |
I have Sergey's latest coolview:
cygwin.dll -Jul 23 596088 bytes
bash.exe - Jul 04 320512 bytes
If you compile the attached java program and run it (i.e. java Main) then
Ctrl-C does not kill it. Previous versions of cygwin.dll did.
The program doesn't do anything except bring up a window with a title bar.
Aris.
import java.awt.*;
class Main extends Frame
{
public static void main(String args[])
{
Main m = new Main();
m.show();
}
}
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |