> So, can anyone explain why THVERSION is happily in scope so long as > the code is wrong, but as soon as we use the _T() fn/macro a complaint > about a variable that doesn;t exist is produced?
L is inserted before the string probably because unicode string
constant is used. But it is strange, on gcc 4.3 there is no such
error. I have tried using _T("" THVERSION "") in the latest snapshot.
It compiles on 4.3, does it on 4.4?
Regards, S.
