Is there an elegant recommended way to create a multi-NT version compatible indicator ?
As some classes have changed,some lines won't compile, so I guess the only way would be to use preprocessing directives in the code. Is there any preprocessor symbol defined that would allow things like
#if NT7 some line of code for NT7 #else some line of code for NT6.5 #endif

Comment