On 6/12/07, Eduardo Cavazos <[EMAIL PROTECTED]> wrote:

That only works with the compiler (csc). Is there a way to box/unbox data in
the interpreter so I can call xquerypointer from csi? Just curious as it's
easier to experiment via csi instead of recompiling my file each time a
change is made.

You could create a wrapper function that does the xquerypointer call
and returns its data and compile the function into a dynamically
loadable library with "-s". Then "load" the generated file into the interpreter.


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to