[Mono-dev] How to make the GetMethodFromHandleInternalType method into 2.0/mscorlib.dll file ?
Robert Jordan
robertj at gmx.net
Wed Oct 24 07:25:20 EDT 2007
Song, Sherwin wrote:
> List,
>
> Does Any one know how to compile GetMethodFromHandleInternalType method
> to 2.0 based on mono 1.2.4 source?
>
> I have updated the icall-def.h ,icall.c files located metadata folder,
> and have modified the MethodBase.cs file,then compiled the corlib
> folder, however, I ran the "monodis corlib.dll | grep
> GetMethodFromHandleInternalType" in 1.0 folder, it is ok, but has
> nothing response in 2.0 folder.
>
> Does anybody know how to reslove the prolbem?
Build corlib with "make PROFILE=net_2_0".
May I ask why you don't update to the latest & greatest 1.2.5.1?
Robert
More information about the Mono-devel-list
mailing list