Hi,
When I use the prepreocessor line
#if kMajorVersionNumber == 7
and compile on VC or Xcode, then I get an error from the preprocessor. On Mac the error is:
missing binary operator before token "0"
When I replace
#define RezLong(n) ((int32)0 + n)
in CrossPlatformTypes.h with the version from SDK CS 5.5
#define RezLong(n) (0L + n)
then it compiles without error.
Is there an idea how these macros from the CS6 SDK can be used without error ?
North America
Europe, Middle East and Africa
Asia Pacific