[Mono-list] Some suggestions about "implement type compare for 1b" error.
Alex A Ermoshenko
erax at rambler.ru
Fri Jan 23 10:42:36 EST 2009
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.-tp21626753p21626753.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list