Michael Williams wrote:
> Is it true that the compiled cgos clients will not work for 19x19
> because they do not accept a server and port as parameters?  Could
> these parameters be added and the binaries recompiled?
Yes, you can easily do this yourself.    Someone posted instructions on
this list.  

But basically,  the "compiled" clients are just archives,  similar to
java jar files.   Except they are tcl programs wrapped up into a "kit" 
(google for tclkit.)

You can unwrap a tclkit, make any changes you want and then wrap them
back up.   sdx is the wrapping tool.  The port and server are specified
in a single line.    I believe these kits are just zip files with a
little code pasted onto the front of them.   In the "compiled" kits as
you call them the tcl runtime is built into the kit. 

Really this should be a command line parameter or put in a configuration
file.    I guess I am lazy for not having done this yet.   


- Don


> _______________________________________________
> computer-go mailing list
> computer-go@computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/
>
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to