gnustep-dev
[Top][All Lists]
Advanced

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

Using GNUstep with MINGW


From: Michael Scheibler
Subject: Using GNUstep with MINGW
Date: Tue, 05 Dec 2000 08:58:16 +0100
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; m18) Gecko/20001106 Netscape6/6.0

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




reply via email to

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