From: Sal S. <sal...@gm...> - 2007-07-14 18:45:08
|
When i call bitmapData im getting a string back instead of a pointer as per the docs is this a bug or am i using it wrong? bmp = NSBitmapImageRep.alloc.initWithData(tiff) x = ObjcPtr.new(bmp.bitmapData) |