1
General Board / 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?
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?