This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Win32 bits and bobs
- To: <java-patches at sourceware dot cygnus dot com>
- Subject: Win32 bits and bobs
- From: "Jon Beniston" <jb7216 at bristol dot ac dot uk>
- Date: Sat, 26 Feb 2000 20:53:56 -0000
Howdy,
Here's most of the code required for Win32 compatibility. Two #defines are
used: USE_WINSOCK which enables networking and USE_WIN32_SIGNALLING which
enables run-time exception handling. There's one major problem and that is
to do with the std io streams. This will require some changes to
FileDescriptor.java as discussed a while ago, but I haven't got around to
implementing.
Good luck,
Jon.
exception.cc
natFileDescriptorWin32.cc
natFileWin32.cc
natInetAddress.cc
natPlainDatagramSocketImpl.cc
natPlainSocketImpl.cc
prims.cc
win32-signal.h
win32-threads.cc
win32-threads.h