[Mono-dev] [PATCH] Add mixed-mode assembly support on Windows (now build with cygwin as well)

Kornél Pál kornelpal at gmail.com
Fri May 2 06:07:22 EDT 2008


Hi,

> From: "Jonathan Chambers" <joncham at gmail.com>
>      This patch seems to be the cause of the build failures on Win32:
> http://mono.ximian.com/monobuild/python/monobuild.py/packagestatus?platform=win-4-i386&package=mono&HEAD_or_RELEASE=HEAD

I'll look into the problem. Until then please feel free to temporary disable 
the LoadLibrary feature in SVN:
metadata/domain.c :mono_init_internal:

#if defined(PLATFORM_WIN32) && !defined(_WIN64)
 mono_load_coree ();
#endif

Don't call mono_load_coree at all.

Kornél 



More information about the Mono-devel-list mailing list