2000.04.28 02:38 "VC++ Release build causes problems", by Peter Montgomery

2000.04.29 00:27 "VC++ Release build causes problems", by Peter Montgomery

Jan,

You suggested this code snippet...

How about:

   code = 255;
   do {
      sp->dec_codetab[code].value = code;
      sp->dec_codetab[code].firstchar = code;
      sp->dec_codetab[code].length = 1;
      sp->dec_codetab[code].next = NULL;
   } while (code--)

I'll give it a shot and report back. I was just so happy to get rid of the compiler bug that I didn't really give any thought to optimization.

Thanks,
PeterM