Hi. EA newbie here.
And I'm even newer to the attempt to customize code generation templates.

So I'm wondering if anybody here is successfully using Enterprise Architect code generation with C++Builder6?
I've figured out how to modify the C++ templates so as to generate code, from a class diagram, that is largely compatible with C++Builder, but I'm not sure how to get EA to generate compatible code when it comes to the way Builder represents (i.e., declares) properties.
As Builder users know, a 'property' declaration in Builder requires the extended '
__property' keyword, and perhaps a '
__published' scope, and may or may not read or write to a data member, has the '
read=' and '
write=' syntax, and depending on how the property is implemented, (usually protected) a get and/or a set method may or may not be necessary.
If anyone has had some success with this, I'd appreciate a little help or advice. Can someone on the list help me figure this out in less than a fortnight?
Thanks.
/ donquixote