Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
On 07/09/2011 at 07:53, xxxxxxxx wrote:
Howdy,
DOH! Sorry, that's been fixed in the update. Never mind.
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..
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.
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 ?