[Mono-list] making the windows path relative
Guenther Roith
groith@tcrz.net
Mon, 20 May 2002 21:12:49 +0200
> Ok, things should be fixed now, and you should be able to run Mono and
> it should be able to automatically locate its assemblies
After your recent change in util.c (the one adding NULL) I don't know if
things are better or not.
At least the result is interesting:
Without changing the standard directory:
mono can run applications that use corlib.dll,
but using other assemblies (like mcs using System.dll) fails
With changing the standard directory:
corlib is not found.
So, I would say, after viewing mono.exe corlib has a special treatment.
I don't know why System.dll can't be loaded.
best wishes,
Johannes