The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
Need to store some data in windows registry
-
On 28/05/2018 at 05:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ;
Language(s) : C++ ;---------
I have the requirement to store some information in windows registry. So there is any examples code that explains how to write and read information from window registry. -
On 29/05/2018 at 07:58, xxxxxxxx wrote:
Hi,
Cinema's API is completely platform independent. As with Windows registry is quite the opposite, there are no means to access it in our API. Instead I'd recommend to use the corresponding Windows API directly.