From: buers AT gmx DOT de (Dieter Buerssner) Newsgroups: comp.os.msdos.djgpp Subject: Re: windows version of Crafty Date: 21 May 2000 20:13:28 GMT Lines: 28 Message-ID: <8g9ndb.3vs4i2t.0@buerssner-17104.user.cis.dfn.de> References: <003101bfc355$56967280$fa13ddcc AT lhaglund> NNTP-Posting-Host: pec-107-145.tnt6.s2.uunet.de (149.225.107.145) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 958940008 947936 149.225.107.145 (16 [17104]) X-Posting-Agent: Hamster/1.3.13.0 User-Agent: Xnews/03.02.04 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Josh Haglund wrote: >I can compile crafty.exe in DOS, but how do I do compile it so it will >work with winboard (NOT DOS) ? I use to be able to compile one with >cgywin .... but I don't have that anymore, so could some help me a bit. Sorry, you can't with plain DJGPP. You may be able to create an executable, that works with winboard, after installing RSXNT. The easiest option you have, is to download wcrafty.x.y.exe or compile it with MSVC (which also will give a faster executable). The problem is the (unnamed?) pipe, winboard tries to open. Due to Tim Mann (the author of winboard), this will not work with DOS applications, only with Win32 console applications. (To anybody interested. A nongraphical chess program can be "remote controlled" by winboard, a graphical interface. The chess program only needs to read stdin and write to stdout with Standard C functions. Recompiling my program to an Win32 console application works without any source modification. The DJGPP executable just won't work together with winboard.) The author of crafty, Robert Hyatt, as well as Tim Mann read rec.games.chess.computer. Perhaps you want to ask your question there as well.