12 Nov
2009
12 Nov
'09
2:18 p.m.
Hi, I have written a MacRuby class that reads binary data (a special format) from a file. Is there a chance that I can use this class in a Quicklook plugin or a spotlight importer? Both targets don't support GC-memory, but all object instances are created in one procedure with autorelease (NSAutoreleasePool ). So this is a very special case of GC.... Bernd