Hi, all!
I have an evaluation version of Enterprise Architect 3.50.589 (30 days trial period).
When i try to generate source code for my class diagram, EA
does it great, but there is some problem when i try to synchronize my model with the sources (popup menu: Code Engineering\Synchronize Package Contents...) - EA generates some method declarations twice (or more times), and some strings are broken, for ex.
...
void Cre
void LoadMMObjects(IN BClass* p, IN OUT map<int, MMO*>& mmo);
void LoadMMObjects(IN BClass* p, IN OUT map<int, MMO*>& mmo);
void LoadMMObjects(IN BClass* p, IN OUT map<int, MMO*>& mmo);
ate(IN XMLNode* pXMLNode, IN XMLNode* pCXMLNode);
...
Is it a demo version problem? I mean, does EA do it only in a demo mode? or it's just a bug.