On Mon, 23 Apr 2007 03:31:47 -0400 Giel van Schijndel <[EMAIL PROTECTED]> wrote: >Angus Lees schreef: >> On 4/23/07, *Per Inge Mathisen* <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >>> On 4/23/07, Giel van Schijndel <[EMAIL PROTECTED] ><mailto:[EMAIL PROTECTED]>> >>> wrote: >>>> * Use a variable sized array for the scanline array >>> Much as I like variable size arrays, this will break MSVC >builds, >>> since MSVC does not support this (it is not a C99-compatible >compiler, >>> which really sucks). >> alloca() ? >alloca isn't even standard C, although most _modern_ C compilers >support >it. Most compilers that support variable sized arrays define those >in >terms of alloca. So someone who was MSVC will have to confirm that >alloca works with MSVC first. >
I can confirm it no works. It only is OK for C++ compiler. -- Click to become an artist and quit your boring job http://tagline.hushmail.com/fc/CAaCXv1P27275om20ZyZMlFZsXctWr2q/ _______________________________________________ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinfo/warzone-dev