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.