Book a Demo

Author Topic: C++ array typedef's  (Read 2622 times)

moffatrp

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
C++ array typedef's
« on: March 10, 2010, 12:45:51 am »
Does EA not support array typedef's? I only found one other post asking the same question a year ago but it was never answered.

I have the following typedef:

typedef char Name[11];

When I import from source it gets ignored. If I remove the "[11]" it brings it in. If I then go back and add the size back in to the code and reverse engineer it get's ignored again (no errors).

Am I missing something or is this just not supported?



Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C++ array typedef's
« Reply #1 on: March 10, 2010, 08:11:06 am »
Only simple typedefs that can be easily mapped into UML are imported, all others are ignored.