On Monday 09 October 2006 18:28, Paul Chitescu wrote:
This is the 3rd version of the patch which tries to load mono more robustly and also dropped the WIN32_LEAN_AND_MEAN.
It still fails:
trace:mscoree:DllMain (0x7edf0000, 1, 0x1) trace:mscoree:_CorExeMain trace:mscoree:runMain Attempting to use: "MONOEMBED" trace:mscoree:monoKey Mono registry path: "Software\Novell\Mono\1.1.17.2" trace:mscoree:MONO_CorExeMain Mono lib directory: "C:\Program Files\Mono-1.1.17.2\bin" err:module:import_dll Library libglib-2.0-0.dll (which is needed by L"C:\Program Files\Mono-1.1.17.2\bin\mono-1.dll") not found err:module:import_dll Library libgmodule-2.0-0.dll (which is needed by L"C:\Program Files\Mono-1.1.17.2\bin\mono-1.dll") not found err:module:import_dll Library libgthread-2.0-0.dll (which is needed by L"C:\Program Files\Mono-1.1.17.2\bin\mono-1.dll") not found trace:mscoree:runMain Attempting to use: "/usr/bin/mono"
You should remove the shlwapi import, it's not needed. And please don't mix tabs and spaces.
-Hans