On Tue, Nov 9, 2010 at 2:07 PM, Cox, Ed <[email protected]> wrote: > Has anyone here ever interfaced to this free open source neural net DLL using > J? > See this website if you are unfamiliar: > http://neurondotnet.freehostia.com/index.html > > If you have, I would love to see how you did it.
I have not. Personally, whenever I have mixed .net managed code with J, the program was .Net and I was calling into J. That said, it looks like calling .net managed code from unmanaged code is possible http://msdn.microsoft.com/en-us/library/ms973872.aspx ... but I am not sure if J's cd (15!:) mechanism would be sufficient by itself. I also am not sure just how complicated the requirements are that that specific application imposes on its callers. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
