On 05/09/2014 at 14:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 14
Platform: Windows ;
Language(s) : C++ ;
---------
I have, in my code, variables of type String and variables of type string.
I'm using some std:: stuff so I must use string instead of String.
It compiles and works fine on my Mac.
But while trying to compile it in Windows, I get lots of errors and the compilation fails.
Is there anything that can be done?