David Steuber wrote: > If I have a MACPTR that holds a CFStringRef, how can I get a MACPTR > that holds the CFStringRef* that points to it? (rlet ((ptr :pointer)) (%put-ptr ptr macptr-for-cfstring) ...) or (rlet ((ptr :pointer macptr-for-cfstring)) ...)