For the above function, after I easy ffi wrap it, I try to call it as
follows:
(let ((argc (make-u32vector 1))
(argv (make-u32vector 1)))
(u32vector-set! argc 0 0)
(glut:Init argc
(u32vector->blob/shared argv)))
this gets me a confusing error of:
Warning (#<thread: thread899>): : bad argument type - not a number
vector
I'm not sure what's going on. Can someone enlighten me?
Thanks!
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users