On 9/27/05, Daishi Kato <[EMAIL PROTECTED]> wrote: > Thanks, Felix and Daniel. > > This is what I did and it seems OK. > > 1. Remove (include "chicken-entry-points.scm") > 2. replace define-embedded with define-external > 3. add (return-to-host) at the bottom of scheme code > 4. add CHICKEN_run(C_toplevel) at the beginning of C code > (which is actually called from Java through JNI) > > I have also changed hash-table stuffs to follow SRFI-69. >
That's just right. BTW, I had some trouble with JNI the other day. Somehoe the Java runtime system didn't like Chicken, or it's stack popping, or whatever. Can you report any problems with it, or is it my setup that's broken? cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
