From: Brock Peabody (brock.peabody_at_[hidden])
Date: 2004-03-27 16:17:49


> On Behalf Of Bronek Kozicki

> compiles successfully on my MSVC71, compiler options are: /O2 /GL /GR
> /GX /MD. Do you want me to try different options or different test file?

I was compiling from the IDE, but sure enough when I used the command line
with your options it compiled successfully. I tracked it down to the /Zi
option. If you use it you should be able to get the same behavior. I've
tried this on two computers.