E2003 __automated セクションではデータメンバーは定義できない (C++)
__automated セクションでは,メンバー関数宣言だけを指定できます。
次に例を示します。
struct__declspec(delphiclass) clxclass
{
__automated:
int__fastcall fooInt(int);// OK
intmemInt;// エラー
};
__automated セクションでは,メンバー関数宣言だけを指定できます。
次に例を示します。
struct__declspec(delphiclass) clxclass
{
__automated:
int__fastcall fooInt(int);// OK
intmemInt;// エラー
};