
15 Dec
2006
15 Dec
'06
12:50 p.m.
Anthony Williams wrote:
I don't think so. The line number of the error is different (main.c line 494 rather than msc1.cpp line 1794).
True. I got the 1794 after having tried to run with <optimization>off. The compiler help tells to run with /Bd to show the phase. Trying this gives me an access violation message box. However the original message also indicates the P2 phase, which the compiler help pages says could be related to optimization. Roland