RE: [Java-gnome-developer] handlers as ints?
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2003-11-17 18:34:56
|
> Yep, the code have to be changed. :-( > > I have seen also a function to obtain a gtk object from the java > equivalent, I hope that updating this function makes most of the work. > If this is not the case or I misunderstand the code, then I suppose > every component native code need to be updated :-(. > > I think that's the better aproach. > > I volunteer to help on it and send the code changed to anyone > available > to check my work, but first I prefer to check if the developers accept > the change. This will be a fairly large undertaking. Almost all native methods currently take an integer (the native handle) as the first parameter. All of these would have to be changed. Before we undertake such a large change I would like to perform a little proof-of-concept. Let's make a change to a couple of objects and then test on a 32 and 64 bit platform. Rivas, could you structure such a test? This raises a question. I currently do not have access to a 64 bit system so testing now and going forward will be difficult. How can we gain access to a 64 bit system for testing java-gnome. -Jeff |