Martin Simmons martin@lispworks.com writes:
Luis> By the way, I remember now I found some bugs in Lispworks's FLI (I'm Luis> using Lispworks 4.4.5 Personal Edition), will report them tomorrow with Luis> some test cases.
Thanks. BTW, if you had problems with the LW header-file parser and ALCvoid (from OpenAL) not working as void in nullary function decl then I've fix that one just now.
No, and it wasn't a bug in Lispworks either, heh. The problem was in cffi-sys:%foreign-alloc. This also fixes a previous problem seen with fli:with-dynamic-foreign-objects, so Lispworks's cffi-sys:with-foreign-ptr now stack allocates again, yay.