A bit modified version of TestArrayHandle() made the whole program crash:
class A{
A(){}
float[] cts(12);
};
void TestArrayHandle()
{
A aa;
//...
}
I'm using the latest version.
Posted 10 March 2013 - 03:59 AM
class A{
A(){}
float[] cts(12);
};
void TestArrayHandle()
{
A aa;
//...
}
I'm using the latest version.
Posted 10 March 2013 - 09:50 AM
I'll look into this. Thanks.
Posted 10 March 2013 - 05:38 PM
I've fixed this problem in revision 1591.
Regards,
Andreas