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

On 4/1/2011 15:51, Raul Miller wrote:
> So, I have a program that uses j.dll (j601).
>
> It gets a file name error sometimes, and I do not know why.
>
> How do I best find out basic information like the name of the file
> which is in error, or the line of code which failed?
>
> Thanks,
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to