The Future of Squeak or Squeaking at the Future?

Andreas Raab andreas.raab at gmx.de
Fri May 12 17:02:42 UTC 2006


Viktor Svub wrote:
> Isn't the number of parameters of the called function limited to some
> fixed count?

No. That's a limitation of Squeak not the FFI. The FFI can deal with 
arbitrary number of arguments but Squeak can't deal with more than 15 
right now. If you really need more you can still construct and invoke 
your FFI call manually; you just can't use the "inline" declaration.

Cheers,
   - Andreas




More information about the Squeak-dev mailing list