2011/5/22 Robert Jordan <[email protected]>: > 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
