RAD Studio
ContentsIndex
PreviousUpNext
E2205: Illegal type type in __automated section

Only certain types are allowed in __automated sections. 

 

struct__declspec(delphiclass) clxclass
{
__automated:
int__fastcall fooInt(int);// OK
long__fastcall fooLong(long);// Error: long illegal 
};
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!