InDesign CS6 SDK macro RezLong
hello,
i have declared 1 macro -
#define indesign_ge_700 (kcurrentmajorformatnumber >= rezlong(9))
but giving me error as
fatal error c1012: unmatched parenthesis : missing ')'
now if replace
#define rezlong(n) ((int32)0 + n)
in crossplatformtypes.h version sdk cs 5.5
#define rezlong(n) (0l + n)
then compiles without error.
how handle without error?
More discussions in InDesign SDK
adobe
Comments
Post a Comment