Book a Demo

Author Topic: Code engineering problem  (Read 2715 times)

Igor

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Code engineering problem
« on: February 25, 2003, 03:41:04 am »
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.

Igor

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Code engineering problem
« Reply #1 on: February 27, 2003, 02:49:32 am »
I got it. It happens because of IN, OUT defines. :)