[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: foreign function interface



KCL does not support data conversion by the end user now.
So, one possible way is to read the file h/object.h (I'm assuming
you have the sources) and to write your own conversion functions
in C as long as your own data allocation functions.

I do not know which version of KCL you have, but try to read
the online doc for si:fasload for loading C libraries into KCL.
Also, our KCL Report describes something related to the C language
interface.

-- Taiichi