THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/06/2008 at 02:32, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
it's me again with a new problem! If I see that right in the samples it is possible to add object properties which can be changed by users, just by writing them into the *res - and *.str-files. So I did that, but when I start the plugin Cinema 4D shows me an error in the *res-file.
Here is my *.res-file:
> \> CONTAINER OBaum \> { \> NAME OBaum; \> INCLUDE Obase; \> \> GROUP ID_OBJECTPROPERTIES \> { \> BOOL ECHTZEIT { } \> } \> } \> \>
The error is located in line 8, which is the BOOL...-line I think.
I also added ECHTZEIT to the *.str-files and the *.h-file.
Any idea about that?
Thanks
Basti