> Managed to get the right builds up. 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?

Ah, you might be in DLL HELL.  Make sure that your PATH includes
all the bits that your dll references.  If any of the dll's that you
have linked against are not on your path, then Windows helpfully tells
you that it couln't find your own dll.

Robby

--
r dot raschke at tombob dot com


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to