On 7/12/07, Jack Andrews <[EMAIL PROTECTED]> wrote:
> Note that the way for J to call general c functions
> is with the dll call mechanism (cd).

but this mechanism requires inelegant workarounds like
copying the j.dll to jj.dll and c functions need to be
put in a dll -- that's two new entities that are not
necessary.

I've not tried this, but at some levels of abstraction,
the file format for a .dll is the same as the file format
for a .exe.  There are some differences, but perhaps
J's cd can work directly with a .exe reference?

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

Reply via email to