Re: NSBitmap+Icns.m on Sparc

2008-11-09 Thread Riccardo Mottola
Hi, On 2008-11-05 17:28:42 +0100 David Ayers [EMAIL PROTECTED] wrote: typedef struct _icns_element_t { icns_type_t elementType; char padding[4]; icns_size_t elementSize; } icns_element_t; I inserted a padding of 2 and the applicationdidn't carsh anymore, meaning that memory is

NSBitmap+Icns.m on Sparc

2008-11-05 Thread Fred Kiefer
Riccardo is having trouble with the new icns loading code on sparc architecture. I think this is caused by pointers into the data structure not being properly aligned for this processor, but as I am no expert in this area it would be great if somebody could have a look before I start experimenting

Re: NSBitmap+Icns.m on Sparc

2008-11-05 Thread David Ayers
Am Mittwoch, den 05.11.2008, 08:45 +0100 schrieb Fred Kiefer: Riccardo is having trouble with the new icns loading code on sparc architecture. I think this is caused by pointers into the data structure not being properly aligned for this processor, but as I am no expert in this area it would