Skip navigation.
 
mlRe: CFDictionary callback on PPC vs Intel
FROM : Derrek Leute
DATE : Sun Feb 17 19:33:48 2008

> > CFMutableDictionaryRef args = CFDictionaryCreateMutable
> > (NULL,0,&kCFCopyStringDictionaryKeyCallBacks,NULL);
> Huh? How can you pass a reference to a CONST
> (kCFCopyStringDictionaryKeyCallBacks)? I thought a CONST was just a
> compiler replacement at compile-time, and doesn't actually have any
> storage. Or is this not a CONST?


I'm just doing as the apple documentation and examples do. They say
pass it as a reference so I do. That's all I know. :)

--Derrek

Related mailsAuthorDate
mlCFDictionary callback on PPC vs Intel Derrek Leute Feb 17, 16:51
mlRe: CFDictionary callback on PPC vs Intel Michael Ash Feb 17, 17:07
mlRe: CFDictionary callback on PPC vs Intel Derrek Leute Feb 17, 17:43
mlRe: CFDictionary callback on PPC vs Intel glenn andreas Feb 17, 17:54
mlRe: CFDictionary callback on PPC vs Intel Michael Ash Feb 17, 17:59
mlRe: CFDictionary callback on PPC vs Intel William Squires Feb 17, 18:07
mlRe: CFDictionary callback on PPC vs Intel Derrek Leute Feb 17, 19:33
mlRe: CFDictionary callback on PPC vs Intel Derrek Leute Feb 17, 19:40
mlRe: CFDictionary callback on PPC vs Intel Quincey Morris Feb 17, 21:05
mlRe: CFDictionary callback on PPC vs Intel Derrek Leute Feb 17, 22:00