E2205: Type 'type' incorrect dans la section automated (C++)
De RAD Studio (Français)
Remonter à Erreurs et avertissements du compilateur (C++) - Index
Seuls certains types sont autorisés dans les sections __automated.
Exemple :
struct__declspec(delphiclass) clxclass { __automated: int__fastcall fooInt(int);// OK long__fastcall fooLong(long);// Erreur : long illégal };