R13 -> #define API_VERSION 12000

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 07/09/2011 at 07:53, xxxxxxxx wrote:

Howdy,

DOH! Sorry, that's been fixed in the update. Never mind.:blush:

Adios,
Cactus Dan

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/09/2011 at 04:55, xxxxxxxx wrote:

Hi.

For me it's still set to 12000, using the R13 Demo to re-compile my plugins.
I'll change it manually for now..

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/09/2011 at 06:45, xxxxxxxx wrote:

For the non-demo version there is an update available where also this fix is included.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/09/2011 at 06:51, xxxxxxxx wrote:

ok i see.
unfortunately i dont own the R13 release version, will the demo get an update as well ?