This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Win32 SWT Problem
- From: John Murga <john at murga dot org>
- To: "David-C Harrison" <david-c dot harrison at db dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 30 Jan 2003 20:46:09 +0000
- Subject: Re: Win32 SWT Problem
- References: <OFBF4D5385.886943AB-ON80256CBE.00580027@db.com>
- Reply-to: John Murga <john at murga dot org>
Hey
DCH> I'm using the MinGW gcj candidate release (gcj-3.2-20021210-1.tar.gz)
DCH> on WinNT 4.0 sp6 with swt-win32-2034.dll. I can compile SWT from source
DCH> OK after modifying a few classes and leaving out SWT_JAVA.java but I
DCH> can't get a simple SWT app to work. I get a NPE if I put it into the
DCH> "readAndDispatch" loop, but not if I miss the loop out - obviously the
DCH> app displays it's shell, but does not function if I do that as the event
DCH> dispatch loop has not been started.
DCH> I've checked the scripts and advice posted in this list and not found
DCH> anything that looks different to my makefile.
DCH> So, does anyone have an idea where I went wrong?
What version of the Eclipse SDK does that correspond to ?
Send me one of the apps you've been trying to run, I haven't had that many
problems with SWT + GCJ under NT4 so I'm willing to take a look.
Cheers
JohnM