Michael Kaply wrote:
>
> We have the fix for this - we are trying to get the NSPR folk to check it in.
>
> And as far as using EMX for the PM build, that really wouldn't be worthwhile.
> It can't be debugged, and without optimization, it performs the same.
>
> Incidentally, we have started turning on some optimization in the VACPP build.
I had some REAL BAD experiences with 3.0 using maximum optimization. I
don't think there was anything bad with my code, but it would generate code
that referenced a pointer that was never initialized in the optimized
version. I ended up having to use the non-optimized code.
Bob Plyler