E2205 Type 'type' incorrect dans la section __automated (C++)

De RAD Studio
Aller à : navigation, rechercher

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
 };