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

Gonzalo Paniagua Javier gonzalo@ximian.com
19 Dec 2002 00:17:46 +0100


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.

-Gonzalo