
30 May
2004
30 May
'04
6:12 a.m.
Joaquin M Lopez Munoz <joaquin@tid.es> wrote:
Could you please try with the same compiler options used in the regression tests, as shown in:
returns 0. Of course I dropped option "-c" , as I do want to call linker :) I used: /Zm800 -nologo -GX /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope /Zc:wchar_t Here is funny thing: linking with dynamic runtime library is enough to "cure" the problem, even with all optimizations turned on. When compiled with following options: /MD /O2 program returns 0. B.