On 2006-jan-06, at 10:48, Yaroslav Kavenchuk wrote:
Use CFFI with Windows without cpecification of library is problematic :(
Try (cffi:load-foreign-library "msvcrt.dll") before trying to call sprintf or something standard C function. That should work.