On 4/2/2011 9:00, Raul Miller wrote: > On Sat, Apr 2, 2011 at 7:00 AM, David Mitchell<davidmitch...@att.net> wrote: >> The general description of your error leaves room for considerable >> speculation >> about the problem and the potential useful answers. >> >> Here is one plausible suggestion. >> >> Under Windows, I find cdb useful for answering some questions about DLL file >> usage. >> >> Here is a sample cdb output from a session debugging the C# program I use for >> testing j.dll. As you can see, it shows all the DLLS loaded and and where >> they >> came from. >> >> http://www.jsoftware.com/jwiki/DavidMitchell?action=AttachFile&do=view&target=cdblist.txt > > That's an interesting way of gathering information, thank you. > > Though, in my case, I am getting a file name error from j.dll when I > execute a sentence of the form 0!:0<'stdlib.ijs' (though I will not > know until monday if it is that sentence or one of my other > sentences). > > Thanks, >
Yes, I had similar difficulties with remote debugging of J code also. I suspect that the working directory that j.dll is using may not be what you expect and the error is with loading stdlib.ijs itself. I took a brief look at J601 stdlib.ijs and, based on my very cursory look, it does not access additional files. You might try running 1!:43 '' just before your 0!:0 to see what your working directory is. Good luck, -- David Mitchell ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm