THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/09/2011 at 06:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R13
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Howdy,
It seems that the R13 api still has the API_VERSION number set to 12000.
Is it OK if I go ahead and change that to:
#define API_VERSION 13000
...so I can use:
#if API_VERSION < 13000
// older version code
#else
// r13 code
#endif
... to keep my plugin code compatible with all versions?
Adios,
Cactus Dan