2011/5/22 Robert Jordan <robe...@gmx.net>:
> mono_object_unbox() returns a pointer to your intptr, so you
> have to dereference it:
> GList *list = *(GList**)mono_object_unbox (o);

Thank you, Robert - you are amazing!!
And I definitively have to read up on the usage of pointers - and on
how many asterisks I can combine in one single line..

Thank you all for the help!

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

Reply via email to