crashfourit wrote: > Here's the patches! Both are under the MIT/X11 license. > > http://www.nabble.com/file/p21521787/trunk_mcs.diff trunk_mcs.diff > http://www.nabble.com/file/p21521787/trunk_mono.diff trunk_mono.diff
+ //TODO: is that the right MonoImage?? It isn't. + MonoClass* mono_inline_class = mono_class_from_name (mono_defaults.corlib, + "Mono.Runtime", "MonoInlineAttribute"); + Get the assembly providing the attribute with mono_assembly_load (). Don't limit Mono.Runtime to the 2.0 profile and register then assembly with framework_assemblies[] in assembly.c. Robert _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
