Book a Demo

Author Topic: Build 742: Reverse-Engineering of enumerations ?  (Read 2977 times)

Vladan_Strigo

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Build 742: Reverse-Engineering of enumerations ?
« on: December 03, 2004, 01:18:07 am »
Hi all,

When I make a enumeration in VS.NET (with VB.NET) and try to reverse-engineering it with MDG in EA, I doesnt do anything (doesnt create them) ? Also when I update the enumeration options it doesnt update them in EA ?

can anyone tell me is this a bug or am I doing something wrong ?

thank you,
Vladan Strigo
NETMedia
thanks,
Vladan Strigo,
NETMedia

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Build 742: Reverse-Engineering of enumerations
« Reply #1 on: December 05, 2004, 04:53:57 am »
I have problem with enumerations in C++ either.
- the problem is that when entering enum members, the default is private members. After changing it  to public and editing the member, it often jumps back to private.
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Build 742: Reverse-Engineering of enumerations
« Reply #2 on: December 05, 2004, 05:34:00 pm »
Vladan, this looks like a bug in the MDG link to Visual Studio.Net, we'll look into it but in the mean time if you just tell EA to import the file containing the enumeration then EA will import it.

Martin, the scope of an attribute doesn't mean anything, so I wouldn't worry about it too much.  Unless having them their ruins your diagram.  I can't think of a reason why it's changing the scope, but as long as you set it to public before you click save then the scope will be public.