Oleg Kobchenko wrote:
> the proof of concept pcall example is now turned into
> fully functional Addon. Windows is right now, but can
> easily be ported to UNIX, since the idea is trivial.

Documentation suggests that C function 'inc' with definition:

int inc(int x, int y) {return x+y;}

Could be invoked as

  '0 12345 i i i' CONJ 3;4

if 12345 were the address of inc

But examples do not match this (I'm guessing they represent
something more like '1 XXX i i i' CONJ vti;...)

This is probably not a big issue, since this is just example
code, but the examples use 'cp4', and I've not dissected the
demo to see what this means.

FYI,

-- 
Raul

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to