THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/08/2004 at 11:00, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Howdy,
I'd like to have my plugin check to see if it's running with a demo version of C4D, but I'm not sure I understand how to use GeGetVersionType().
I tried this...
LONG cVersion = GeGetVersionType();
if (cVersion == VERSION_DEMO)
...but that's obviously wrong.
When I printed the LONG value, the number came up 147.
Adios,
Cactus Dan