Hi,
This problem is more related to MS std library than chuck itself.
For the compile error :
I "solved" this problem by just putting a const in front of the type. I don't thing that "format" is changed afterward.

For the "Debug Assertion Failed" error, add :
 
#define _HAS_ITERATOR_DEBUGGING 0
#define _SECURE_SCL 0

on top of chuck_oo.cpp

and _SCL_SECURE_NO_WARNINGS as a preprocessor definitions.

This should solve it.

Thanks,
Philippe.


On 9/11/07, Imre Kéri <sharp732@gmail.com> wrote:
Hi!

Once in July 2007 there was some discussion about STL vectors issue
with Visual Studio 2005 (thread: 'Asio Build and "Debug Assertion
Failed" Error.'). It seems this is still not solved, I get this
runtime error whenever I want to play a file with ChucK right at
startup.
Also, I get a compilation error:
.\ugen_xxx.cpp(2590) : error C2440: 'initializing' : cannot convert
from 'const char *' to 'char *'

Is it planned to fix these problems?
Regards,
   Imre
_______________________________________________
chuck-dev mailing list
chuck-dev@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-dev