On 27/06/2014 at 10:54, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 14
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
Where do I get a list of all the possible definition I may check for?
For example, I know that I can check for __MAC, __PC, C4D_R11, C4D_R12, etc
But where do I find all those definitions?
I need to do conditional code compilation depending on whether I'm compiling for Win32 or for x64. What #ifdef should I use?