Re: NSInvocationOperation error

2010-12-03 Thread Germán Arias
Well, in the GNUstep documentation I don't see NSInvocationOperation class. Then, I suppose this class don't exist on GNUstep. On jue, 2010-12-02 at 21:36 -0800, aphuk wrote: Hi, I am new to Objective-C and GNUstep so my question might be a little basic but please help me out since I am stuck.

Re: NSInvocationOperation error

2010-12-03 Thread Anindita
Thanks for your reply. Actually the main motivation behind using NSInvocationOperation was to create dependent NSOperations and put them in the NSOperationQueue and analyse the output, as part of a programming project. Is there any other way of achieving this using GNUstep? On 12/3/2010

Re: NSInvocationOperation error

2010-12-03 Thread Richard Frith-Macdonald
On 3 Dec 2010, at 18:30, Germán Arias wrote: Well, in the GNUstep documentation I don't see NSInvocationOperation class. Then, I suppose this class don't exist on GNUstep. On jue, 2010-12-02 at 21:36 -0800, aphuk wrote: Hi, I am new to Objective-C and GNUstep so my question might be a