Hoehle, Joerg-Cyril wrote:
Why there is no opportunity to specify from what library link function?
You probably mean in CFFI? UFFI has :module and CLISP has :library
CFFI of course
And if I shall link some libraries with identical names of functions - what to do?
"Implementation-dependent" and underspecified
<skip>
no perfection in the world :(
I do not know what library contains bad sprintf function.
Maybe you can figure it out using (foreign-address #<foreign-function>) and see if you can relate that to the addresses of the .dll loaded into the current process?
I shall try...
Thanks!