Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] GTK - logging etc.

If I understand correctly, though, we would fail to run on Linux/Alpha, 
for example.
We just don't have any 64-bit platforms that we support yet.

james





Boris Shingarov <Boris_Shingarov@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
12/05/01 08:55 PM
Please respond to platform-swt-dev

 
        To:     platform-swt-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-swt-dev] GTK - logging etc.

Thanks Havoc - now I see what we were doing wrong.  I'm going to try the 
correct domain right now.

Wrt storing pointers in jints - you do understand the code correctly: in 
SWT 
Java code, the pointers to widgets and other things in OS memory are 
jints. 
And I also agree that the JNI spec says jints are signed 32bits, but if 
you 
look at the actual header, they are in the machine-dependent part. 
Personally, I'm not that much concerned, as we do it on all platforms 
anyways 
(e.g. it runs on Solaris/Motif).

Boris

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top