RE: [java-gnome-hackers] glib.value problems
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2003-03-24 10:51:58
|
I am looking into this now. I hope to have a fix checked in very soon. -Jeff -----Original Message----- From: Mark Howard [mailto:mh...@ti...] Sent: Monday, March 24, 2003 2:20 AM To: jav...@li... Subject: [java-gnome-hackers] glib.value problems Jeff- Since you made some changes to the glib.Value class, I keep getting exceptions raised every time the native method is entered. In the g_value_init method, you're removed the line GType *type_g = (GType *)type; And modified g_value_init (value_g, type_g); to g_value_init (value_g, &type); (diff: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-gnome/java-gnome/src/jni /org_gnu_glib_Value.c.diff?r1=1.12&r2=1.13) Do you not get exceptions raised? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ java-gnome-hackers mailing list jav...@li... https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers |