Re: [computer-go] Re: linux and windows

2008-07-17 Thread Don Dailey
Dave Dyer wrote: At 09:29 AM 7/17/2008, David Fotland wrote: It irks me a little that Linux people refuse to consider porting their programs to Windows :) With cygwin, it's pretty easy to port Linux programs. Isn't it the case that Cygwin is no help if the program has a GUI.

Re: [computer-go] Re: linux and windows

2008-07-17 Thread Don Dailey
terry mcintyre wrote: A cygwin port can't really be considered a windows application since it requires that the windows user install cygwin. This is not for the faint of heart. There are many good reasons why some people develop on Linux. Porting between Linux and Windows is not trivial.

Re: [computer-go] Re: linux and windows

2008-07-17 Thread Jim O'Flaherty, Jr.
Message From: Don Dailey [EMAIL PROTECTED] To: [EMAIL PROTECTED]; computer-go computer-go@computer-go.org Sent: Thursday, July 17, 2008 1:31:21 PM Subject: Re: [computer-go] Re: linux and windows terry mcintyre wrote: A cygwin port can't really be considered a windows application since

Re: [computer-go] Re: linux and windows

2008-07-17 Thread Don Dailey
@computer-go.org Sent: Thursday, July 17, 2008 1:31:21 PM Subject: Re: [computer-go] Re: linux and windows terry mcintyre wrote: A cygwin port can't really be considered a windows application since it requires that the windows user install cygwin. This is not for the faint of heart

[computer-go] Re: linux and windows

2008-07-17 Thread Dave Dyer
Of course C can be more or less platform independent if you take some care. Purely for engine code, that's true. Standard windows has APIs that are nearly compatible with xxux for command line initialization and ordinary file and network operations. If your program has ANY gui at all

Re: [computer-go] Re: linux and windows

2008-07-17 Thread Christoph Birk
On Thu, 17 Jul 2008, Dave Dyer wrote: If your program has ANY gui at all though, you're pretty much screwed. Mac Windows and Linux GUIs are about as far apart as any three platforms can be. There are lots of compatibility solutions, including your choice of platform independent languages; but