[java-gnome-hackers] glib.value problems
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2003-03-24 07:20:49
|
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... |