Derek Zhou schrieb: > > - (void) addEvent: (void*)data > type: (RunLoopEventType)type > watcher: (id<RunLoopEvents>)watcher > forMode: (NSString*)mode; > > Where data is the file descriptor (int) in Unix. So how does that > work?
That can't work properly on a 64 bit machine... And is one of the reasons why I have replaced that in NSRunloop in my NSStream code by -addObserver:forMode: Did you take a look into my approach? Maybe we can discuss dorung FOSDEM if you participate. Nikolaus _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
