<br><br><div><span class="gmail_quote">On 20/01/2008, <b class="gmail_sendername">miya6611</b> &lt;<a href="mailto:duo@mindblast.jp">duo@mindblast.jp</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hello.</blockquote><div><br>Hi, Miya!<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I downloaded &quot;chuck-1.2.1.1&quot;.<br>
But --version is as follows.<br><br>Chuck version: <a href="http://1.2.0.8">1.2.0.8</a> (Dracula)<br>&nbsp;&nbsp; Exe target: Microsoft win32<br>&nbsp;&nbsp; http: //chuck.cs.princeton.edu/<br><br>example/analysis does not operate :(</blockquote>
<div><br>Ok, that is odd. are you sure you copied the right chuck.exe to your windows/system32 directory? That would be my first guess, this sounds like you are accidentally calling a older version. Perhaps you are working from a directory that also holds the older executable? In that case CMD will first use that one, before trying your path.
<br><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">and...<br><br>chuck --bufsize950<br>[chuck]: no input files... (try --help)
</blockquote><div><br><br>That&#39;s right. What happens here is that you start chuck with a certain buffer size, chuck starts, discovers it has nothing to do and quits.<br><br>Try;<br>chuck --bufsize950 --loop<br><br></div>
<br>or <br>chuck --bufsize950 my_file.ck<br><br>or even <br><br>chuck --bufsize950 --loop my_file.ck<br>
<br><br>Also remember that if bufsize isn&#39;t a power of 2 (which 950 isn&#39;t, I fear) chuck will round it to the next power of two, being 1024 in this case.<br><br><br>Hope that gets you up &amp; ChucKing!<br><br>Kas.
<br></div>