Asio Build and "Debug Assertion Failed" Error.
Hi, I started an Asio build of the 1.2.0.8 source. For now, it can probe and play small files. 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: It seems that Chuck_Array4::zero() in chuck_oo create a "Debug Assertion Failed" Error. The Microsoft vector class is complaining about "vector subscript out of range". I am using VS2005. This code will generate the error: SinOsc s[5]; s[1] => dac; 2::second => now; Is this possible or I am making false assumptions? Thanks for the help, Philippe Lamarche.
Hi Philippe! Thanks for the noting this - there is indeed a problem when compiling ChucK using VS2005, apparently, Microsoft saw it fit to alter the behavior of STL vectors. We'll have a fix in CVS soon! Best, Ge! On Jun 11, 2007, at 11:30 PM, Philippe Lamarche wrote:
Hi,
I started an Asio build of the 1.2.0.8 source. For now, it can probe and play small files.
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: It seems that Chuck_Array4::zero() in chuck_oo create a "Debug Assertion Failed" Error. The Microsoft vector class is complaining about "vector subscript out of range". I am using VS2005.
This code will generate the error: SinOsc s[5]; s[1] => dac; 2::second => now;
Is this possible or I am making false assumptions?
Thanks for the help, Philippe Lamarche.
_______________________________________________ chuck-dev mailing list chuck-dev@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev
participants (2)
-
Ge Wang
-
Philippe Lamarche