I have copyied the text above and as usual, there appear some errors.
Here it is:
------ Build started: Project: Novy, Configuration: Release Win32 ------
Compiling...
Novy.cpp
.\Novy.cpp(161) : error C2440: 'initializing' : cannot convert from 'const char [32]' to 'TCHAR []'
There is no context in which this conversion is possible
.\Novy.cpp(162) : error C2893: Failed to specialize function template 'char (*RtlpNumberOf(T (&)[N]))[N]'
With the following template arguments:
'TCHAR'
.\Novy.cpp(165) : error C2360: initialization of 'text' is skipped by 'case' label
.\Novy.cpp(161) : see declaration of 'text'
.\Novy.cpp(168) : error C2361: initialization of 'text' is skipped by 'default' label
.\Novy.cpp(161) : see declaration of 'text'
Build log was saved at "file://d:\Janko's Documents\Visual Studio 2008\Projects\Novy\Release\BuildLog.htm"
Novy - 4 error(s), 0 warning(s)
- ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========