Hi,<br>This problem is more related to MS std library than chuck itself.<br>For the compile error :<br>I &quot;solved&quot; this problem by just putting a const in front of the type. I don&#39;t thing that &quot;format&quot; is changed afterward.
<br><br>For the &quot;Debug Assertion Failed&quot; error, add :<br>&nbsp;<br>#define _HAS_ITERATOR_DEBUGGING 0<br>#define _SECURE_SCL 0<br><br>on top of chuck_oo.cpp<br><br>and _SCL_SECURE_NO_WARNINGS as a preprocessor definitions.
<br><br>This should solve it. <br><br>Thanks,<br>Philippe.<br><br><br><div><span class="gmail_quote">On 9/11/07, <b class="gmail_sendername">Imre Kéri</b> &lt;<a href="mailto:sharp732@gmail.com">sharp732@gmail.com</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;">Hi!<br><br>Once in July 2007 there was some discussion about STL vectors issue<br>with Visual Studio 2005 (thread: &#39;Asio Build and &quot;Debug Assertion
<br>Failed&quot; Error.&#39;). It seems this is still not solved, I get this<br>runtime error whenever I want to play a file with ChucK right at<br>startup.<br>Also, I get a compilation error:<br>.\ugen_xxx.cpp(2590) : error C2440: &#39;initializing&#39; : cannot convert
<br>from &#39;const char *&#39; to &#39;char *&#39;<br><br>Is it planned to fix these problems?<br>Regards,<br>&nbsp;&nbsp; Imre<br>_______________________________________________<br>chuck-dev mailing list<br><a href="mailto:chuck-dev@lists.cs.princeton.edu">
chuck-dev@lists.cs.princeton.edu</a><br><a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev">https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev</a><br></blockquote></div><br>