THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/10/2006 at 08:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I am trying to set up a Tag Plugin with a description for the attribute manager. In this tag I also want to allow the user to change the name of the object the tag is attached to.
adding a string-field to the description and initialising it with
data->SetString(STATION_NAME,tag->GetObject()->GetName())
crashes Cinema4D every time. even initialising the box with a string from
GeLoadString(IDS_STATION_NAME)
crashes the program.
Any ideas? Thanks,
Juergen