CFRunLoop
CFRunLoop
- Subject: CFRunLoop
- From: Robert Goldsmith <email@hidden>
- Date: Sun, 2 Sep 2001 18:54:48 +0100
Hi all :)
I have a command line program written in a combination of
CoreFoundation code wrapped in ObjC classes for ease of coding. I now
wish to give the program a cocoa interface. First among possibly many
question I have is:
One of the classes has CoreFoundation routines that use callbacks and
the CFRunLoopRun and CFRunLoopStop calls. Will these still work
correctly under the NSApplication callback system (without the need
to start and stop CFRunLoop) or do I need to register the callbacks
differently or do I still have to use CFRunLoop ?
any ideas?
Robert
--
Please note the new email address:
email@hidden