Message-ID: <000b01bfc39b$3c4eaf00$6413ddcc@lhaglund> From: "Josh Haglund" To: References: <003101bfc355$56967280$fa13ddcc AT lhaglund> <8g9ndb DOT 3vs4i2t DOT 0 AT buerssner-17104 DOT user DOT cis DOT dfn DOT de> Subject: Re: windows version of Crafty Date: Sun, 21 May 2000 22:10:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com I did, no one replied just yet. Thanks for the info. Josh Haglund lhaglund AT wiktel DOT com ----- Original Message ----- From: Dieter Buerssner Newsgroups: comp.os.msdos.djgpp To: Sent: Sunday, May 21, 2000 3:13 PM Subject: Re: windows version of Crafty > 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. > >