[Mono-list] making the windows path relative

Guenther Roith groith@tcrz.net
Mon, 20 May 2002 16:37:50 +0200


> The code to handle the MONO_PATH environment var was added also for this
> reason: just set it to the path where the runtime was installed

I'm not really sure, but if memory proves me right, there is a little
problem with this.
Think about an application (say test.exe) that uses test2.dll. Both are in
the same directory.

Mono does now search for this assembly (test2.dll) only in the MONO_PATH,
not in the current directory.


If someone could test this...

Johannes