IIRC .net use a new calling convection (neither cdecl or stdcall), unless
the dll developers add additional api for normal calling convections.  It
is not possible to call from J or any other unmanaged code directly.
 
Втр, 09 Ноя 2010, Raul Miller писал(а):
> 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

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to