---Yuvaraj Athur Raghuvir wrote: > Now I face a strange > problem that J environment is not recognizing the dll file I > built - I get a cder of 1 0 which means file not found. > > When I give a fully qualified path, when does J fail to > recognize a dll that is in that location?
Not really an area I'm too familiar with, but could it be that there are spaces in the path to your dll? If so then you'll need to make sure that the path is enclosed in double quotes. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
