gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] address@hidden: GNU C]


From: Teun Burgers
Subject: Re: [gnugo-devel] address@hidden: GNU C]
Date: Fri, 12 Oct 2001 19:08:07 +0200

Daniel Bump wrote:
> 
> > >2. Can I use it to compile a windows program. - I don't use
> > >   Microsoft foundation classes, I just use raw API calls.
> > I believe that you can, but I'll pass on this to Teun;  there's
> > lots of good information about this on www.cygwin.com.
> 
> I think Teun will recommend the MinGW32 compiler. It's a
> version of GCC which makes use of the Microsoft DLLs
> and presents the smallest portability issues (according
> to Teun).

Both cygwin and mingw come with a set of win32 headers (the
same for both) suitable for porting a basic windows applications,
though I myself never did this.

mingw produces a stand-alone binary for windows.

cygwin produces a binary that needs cygwin1.dll, the unix layer built on
top of
windows. I don't know the details of the conditions on which
cygwin1.dll can be distributed.

Teun



reply via email to

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