Another question(612-dev2):
when compiling HomeBuget I find :
MSC7.1+optimal+BLITZ enabled I saw this:
d:\ultistudio\upp\uppsrc\richtext\txtop.cpp(55) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'f:\vs70builds\3077\vc\Compiler\Utc\src\P2\main.c', line 148)
MSC7.1+optimal+BLITZ disabled I saw this:
D:/UltiStudio/upp/out/plugin/sqlite3/MSC71.Gui\sqlite3.lib (723274 B) created in (0:00.09)
----- GridCtrl ( GUI MSC71 WIN32 MSC ) (3 / 12)
GridBase.cpp
GridDisplay.cpp
D:\UltiStudio\upp\uppsrc\GridCtrl\GridDisplay.iml(2) : error C2001: newline in constant
.....
so the conclusion: "newline" does have some relation with BLITZ
Well, that internal error is known problem, simply a bug in msc. But Optimal and BLITZ are not a good combination anyway (longer executable).
As for "new line in constant", that one is our well known problem with chinesse XP. Looks like .iml is in old format; converting into new one should solve that.