tables/wdooo it available on my j64-802 By the way, both pcall and my sample dll calls .NET through a COM interface. pcall calls the same method the C DLL calls, ExecuteInDefaultAppDomain.
The .NET dll does not need to be registered with COM So, if pcall was available on j64-802 then I don't think I'd need the C shim dll. It might be possible with tables/wdooo but I haven't looked closely On Fri, Aug 8, 2014 at 12:09 PM, bill lam <[email protected]> wrote: > I should be available for window, but I don't get a window pc to > check right now. > > Пт, 08 авг 2014, Raul Miller написал(а): > > And it looks like table/wdooo is also not available in j64-802? > > > > Thanks, > > > > -- > > Raul > > > > > > On Fri, Aug 8, 2014 at 10:16 AM, bill lam <[email protected]> wrote: > > > > > It calls OLE/COM interface but not .Net. > > > > > > The same functionality is also available in addon table/wdooo. > > > > > > Пт, 08 авг 2014, Joe Bogner написал(а): > > > > I forgot that I had found this awhile back too: > > > > http://www.jsoftware.com/wsvn/addons/trunk/general/pcall/clr.ijs > > > > > > > > This looks like a nice approach that doesn't require the C dll shim > that > > > I > > > > wrote up > > > > > > > > I just tested on j64-602 and it works. It's not available in PAL for > j802 > > > > and I didn't try running it. > > > > > > > > > > > > On Fri, Aug 8, 2014 at 9:18 AM, Raul Miller <[email protected]> > > > wrote: > > > > > > > > > Thank you, that looks promising. > > > > > > > > > > I think we should be able to build something using > > > System.Reflection.Emit, > > > > > to build new .Net calls dynamically. > > > > > > > > > > First draft should probably limit itself to string data types. > > > > > > > > > > As an aside, my interest was sparked by the mscorlib > implementation of > > > md5, > > > > > and frustration with the performance of J's misc/convert md5. But > this > > > .Net > > > > > project looks big enough that I'm probably going to instead go > with a > > > > > custom C routine for md5 (which worked just fine on Linux - I know > > > Windows > > > > > is much more baroque... I guess I should call that "job creation" > or > > > > > something - though personally I think we'd be better served with > jobs > > > with > > > > > a more practical focus... but, anyways, I'll figure it out). > > > > > > > > > > Thanks, > > > > > > > > > > -- > > > > > Raul > > > > > > > > > > > > > > > On Fri, Aug 8, 2014 at 7:08 AM, Joe Bogner <[email protected]> > > > wrote: > > > > > > > > > > > Hi Raul, I wrote up a basic wiki article that explains how to do > it: > > > > > > http://www.jsoftware.com/jwiki/JoeBogner/CallingNET > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Aug 8, 2014 at 1:06 AM, Raul Miller < > [email protected]> > > > > > wrote: > > > > > > > > > > > > > Does anyone know how to call .Net methods from a windows > > > implementation > > > > > > of > > > > > > > J, using the 15!: interface? > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > -- > > > > > > > Raul > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > For information about J forums see > > > http://www.jsoftware.com/forums.htm > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > For information about J forums see > > > http://www.jsoftware.com/forums.htm > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > > > > > > > > ---------------------------------------------------------------------- > > > > 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 > > > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > > > ---------------------------------------------------------------------- > > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > ---------------------------------------------------------------------- > > 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 > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
