Hi,<br><br>I started an Asio build of the <a href="http://1.2.0.8">1.2.0.8</a> source. For now, it can probe and play small files.<br><br>However I have a problem with the build. I retried it with a fresh version with no change to the source and I still have the same problem:
<br>It seems that Chuck_Array4::zero() in chuck_oo create a &quot;Debug Assertion Failed&quot; Error. The Microsoft vector class is complaining about &quot;vector subscript out of range&quot;. I am using VS2005.<br><br>This code will generate the error: 
<br>
SinOsc s[5];<br>
s[1] =&gt; dac; <br>
2::second =&gt; now;<br><br>Is this possible or I am making false assumptions?<br><br>Thanks for the help,<br>Philippe Lamarche.<br><br><br>