Luís Oliveira wrote:
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.
In current time all libraries (msvcrt and ntdll) are already loaded. I cannot operate the order of their loading.
Thanks!