Kars Brouwer wrote:
> I would like to make calls to C code from J. Please  provide 
> me with a link to information regarding this

I imagine you'd use the DLL interface.  You can get a high-level view here:

        http://www.jsoftware.com/help/user/call_procedure.htm

And examples in the standard library, e.g. :

        open '~system\examples\dll\jdll.ijs'

IIRC, most external libraries are called via DLL script:

        open 'dll'

-Dan

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

Reply via email to