kamakura wrote:
Does J support dynamic loading C or Fortran object file? If so, I would like to know the syntax for invoking C or Fortran subprograms. I want a simple J function with arguments of 'function name' and function arguments.
I think that J does not support dynamic loading dll or so directly and I wish that this can be supported in the next beta.
Please read the chapter on calling dll in user manual for detail. In particular you have to supply a vector (not scalar) for call-by-reference arguments.
-- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
