Re: Populate array of PointF

Robert Jordan <[email protected]>
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <[email protected]>
On 10.03.2017 18:38, Robert Jordan wrote:
 > No idea why mono_object_unbox () is failing on you. It might
 > be a side effect of a different issue.

Now I know why You can't call mono_runtime_invoke () on the
MonoObject* of a value type. You must first unbox it:

mono_runtime_invoke(ptFCtor, mono_object_unbox(ptF), args, &exception);


The rest of my post on how to manipulate array elements still
applies.

Robert



_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.