[Mono-list] Mono can't find unmanaged DLLs?

J. Perkins jason@379.com
19 Dec 2002 08:24:52 -0500


Okay I tried that, but it still fails looking for "libF4user.dll" (the
DLL is named "F4user.dll" and is on the path).

I will try to look into this.

Jason
379


On Wed, 2002-12-18 at 18:17, Gonzalo Paniagua Javier wrote:
> El mié, 18-12-2002 a las 21:26, J. Perkins escribió:
> > A bit more info: if I move the DLLs into the same directory as the
> > application, it finds them. It only seems to have trouble when the
> > (unmanaged) DLLs are located somewhere else on the path.
> 
> If you're using cygwin, set the environment variable LD_LIBRARY_PATH to
> the directory/ies that contain the dlls.