On 17/11/2015 at 07:22, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have downloaded from here : https://github.com/PluginCafe/cinema4d_cpp_sdk
the latest cinema4d SDK.
But when i build and run it in Debug mode, the register calls of the plugins fail.
This is the very first call that fails:
return RegisterShaderPlugin(1001161, GeLoadString(IDS_SDKGRADIENT), 0, SDKGradientClass::Alloc, "Xsdkgradient", 0);
The register inside that fails as well:
return GeRegisterPlugin(PLUGINTYPE_SHADER, id, str, &np, sizeof(np));
What can possibly causes the problem?
Thank you.