hi, I could not find metadata.c and reflection.c files, there has no "mono" directory under mono-2.2.
Alex A Ermoshenko wrote: > > Look to the file "mono-2.2\mono\metadata\metadata.c" find function > "do_mono_metadata_type_equal", then > look to the file "mono-2.2\mono\metadata\reflection.c" and find function > "mymono_metadata_type_equal" > > in function mymono_metadata_type_equal, case for MONO_TYPE_FNPTR not > implemented. > > Hot-fixes: > 1) call do_mono_metadata_type_equal from mymono_metadata_type_equal > 2) remove mymono_metadata_type_equal from file > mono-2.2\mono\metadata\reflection.c, and use do_mono_metadata_type_equal > instead > > -- View this message in context: http://www.nabble.com/Some-suggestions-about-%22implement-type-compare-for-1b%22-error.-tp21626753p22457712.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
