Re: [Mono-dev] Embedded API: mono_array_element_size issue

2013-10-08 Thread personalgame
With player-led events such as the Battle of Lumbridge and community-voted quests such asBirthright of the Dwarves, the future of Gielinor has been put in your hands, and it’s your votes that will decide the winner of this coveted Golden Joystick Award.in http://www.mmo2buy.com/RS2007-Gold.html

[Mono-dev] Embedded API: mono_array_element_size issue

2013-10-02 Thread jonat...@mugginsoft.com
The following raises so I presume that I have used it incorrectly: MonoClass *arrayClass = mono_get_byte_class(); int32_t elementSize = mono_array_element_size(arrayClass); * Assertion at class.c:8201, condition `ac-rank' not met The entire method is: - (MonoArray *)monoArray {

Re: [Mono-dev] Embedded API: mono_array_element_size issue

2013-10-02 Thread Robert Jordan
Jonathan, On 02.10.2013 12:21, jonat...@mugginsoft.com wrote: The following raises so I presume that I have used it incorrectly: MonoClass *arrayClass = mono_get_byte_class(); int32_t elementSize = mono_array_element_size(arrayClass); * Assertion at class.c:8201, condition `ac-rank'