On 21/05/2013 at 09:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
Why does Cinema not load a plugin file with a String variable in the global scope? This is very
annoying.
#include <c4d.h>
String g_string;
Bool PluginStart() {
return TRUE;
}
// ...