June 2004
How to handle interactivity with a command line tool from a Cocoa program ?
27/06/04 09:33
I am trying to communicate with a command line tool launched as a NSTask from my Cocoa application but I run into various difficulties to get the prompts and other outputs of the tool and to supply user input correctly.
Is there a solution ?
More...
Is there a solution ?
More...
How to tell if executing on the main thread ?
19/06/04 09:35
How can I tell if the currently executing code is on the main thread or a secondary thread?
More...
More...
Is it necessary to create a new NSAutoreleasePool in detached threads ?
16/06/04 09:36
How to use correctly NSAutoreleasePool in NSThread ?
What is the best strategy ?
More...
What is the best strategy ?
More...