gnustep-dev
[Top][All Lists]
Advanced

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

Re: Using GNUstep with MINGW


From: Helge Hess
Subject: Re: Using GNUstep with MINGW
Date: Tue, 05 Dec 2000 10:21:47 +0100

Hi,

I've encountered that problem with libFoundation as well. I'm pretty
sure that a Win32 runloop core needs to be rewritten completly, based on
multithreading where a thread waits on one specific event source.
This can be useful for Unix as well, eg if you want to support SHM for
DO communications (not everything is select'able in Unix as well).

BTW: What exactly do you want to wait for ?

Greetings
  Helge

Michael Scheibler wrote:
> 
> Hello there!
> 
> We are currently using GNUstep with MINGW. We needed to do some changes
> to the libraries. Now I have a serious problem:
> [NSRunLoop acceptInputForMode: beforeDate:] uses a select() statement to
> check if any data is there to be read or written.
> On Win32 systems select() only works with sockets. It seems that I will
> have to use a completely different approach to this problem.
> 
> Has anyone already dealt with this problem and can help me out?
> 
> Michael
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gnustep-dev



reply via email to

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