discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] Sorry Again, Network FileHandle in Win32...


From: S.J.Chun
Subject: Re: [Q] Sorry Again, Network FileHandle in Win32...
Date: Thu, 10 Jul 2003 17:01:59 +0900 (KST)

Thanks for your great information :-) I'll try to patch/modify code.

  ----- Original Message -----
  From: Richard Frith-Macdonald <richard@brainstorm.co.uk>
  To: "S.J.Chun" <chunsj@embian.com>
  Cc: discuss-gnustep@gnu.org
  Sent: Thu, 10 Jul 2003 08:37:08 +0100
  Subject: Re: [Q] Sorry Again, Network FileHandle in Win32...

  
  On Thursday, July 10, 2003, at 05:32 AM, S.J.Chun wrote:
  
  > If I managed to modify GSFileHandle.m for windows platform, what other 
  > classes should I
  > also care? (Best case for me is some good programmer make this work 
  > :-) Thanks in advance.
  
  Probably a windows specific implementation of the private NSRunLoop.m 
  method -pollUntil:within:
  
  At the moment handles/descriptors are added to the run loop with a type 
  ET_RDESC, ET_WDESC, ET_EDESC or ET_RPORT which specifies what sort of 
  events the loop is waiting for ... you may need to add new types for 
  windows handles, and add code to deal with those types.
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]