On mercredi 03 septembre 2008, Kari Laine wrote:
>
> Could you tell me what you need libffi for?
>
>

'ffi' stand for "foreign function interface". It is a library that allows you 
to dynamically forge a function call at runtime for any function, any CPU 
(almost) and whatever how arguments are pushed on the stack or CPU registers.

Without this library, it is impossible to cleanly implement EXTERN function 
calls in Gambas (and any other interpreters).

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to