Thank you very much Robert, now it's working fine!

Best regards,

Federico Omoto



On Sun, Oct 24, 2010 at 6:24 PM, Robert Jordan <[email protected]> wrote:

> Federico,
>
>
> Value types must be unboxed for mono_runtime_invoke:
>
> >          string = (MonoString*)mono_runtime_invoke(method, object, NULL,
> > NULL);
>
>
> string = (MonoString*) mono_runtime_invoke(method,
>    mono_object_unbox(object), NULL, NULL);
>
> Robert
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to