Search results

  1. T

    NSTask and event loop...

    Hello everybody! Here is my problem : - I have coded a small command line program, actually an othello (reversi) game. It works fine in the Terminal. - I decided to add a graphical frontend, so I used the 'NSTask' class in Cocoa and 'NSPipe's to communicate with it. BUT I get no...
Back
Top