10 Aug
2005
10 Aug
'05
6:34 p.m.
Hartmut Kaiser wrote:
This is the dreaded buffer overrun run bug of VC7.1. It occurs whenever the code gets too complex for the compiler. AFAIK, there is no known workaround
disabling few compiler options sometimes helps. These are: - whole program optimization (/GL) , - minimal rebuild /Gm - edit and continue /ZI (use /Zi or /Z7 instead) B.