[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] GTP with GNUGo on Windows
----- Original Message -----
From: "Persson, Magnus" <persson@xxxxxxxxxxxxxxxxx>
To: "computer-go" <computer-go@xxxxxxxxxxxxxxxxx>
Sent: Monday, September 20, 2004 10:57 AM
Subject: RE: [computer-go] GTP with GNUGo on Windows
Download gogui!
http://www.markus-enzenberger.de/compgo/gogui.html
Thanks all for replying!
I found that the Windows API calls CreatePipe and CreateProcess are the
solution.
What you do is you create named pipes for input & output & error.
Then you start gnugo as a process and redirect its stdio to those named
pipes.
Then you can communicate with PeekNamedPipe and ReadPipe and WritePipe etc.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/