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.

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to