关于C++的问题
代码:typedefDWORD(__stdcall*pRegfunction)(DWORD,DWORD);//定义registerServiceprocess()clas...
代码:
typedef DWORD(__stdcall*pRegfunction)(DWORD,DWORD);
//定义registerServiceprocess()
class Tfrom1:public Tfrom
{
__published:
TButton*Button1;
private:
HINSTANCE hKernelLib;
pRegFunction RegisterServicePrcess;
public:
__fastcall Tfrom1(TComputer*Owner);
__fastcall ~Tfrom1();
};
错误信息:
Build
[C++ Error] head.h(27): E2303 Type name expected
[C++ Error] head.h(28): E2289 __published or __automated sections only supported for VCL classes
[C++ Error] head.h(32): E2303 Type name expected
[C++ Error] head.h(32): E2139 Declaration missing ;
[C++ Error] head.h(34): E2293 ) expected
[C++ Error] head.h(37): E2321 Declaration does not specify a tag or an identifier
[C++ Error] head.h(38): E2187 Unexpected end of file in conditional started on line 3
[C++ Error] head.cpp(19): E2141 Declaration syntax error
[C++ Error] head.cpp(42): E2190 Unexpected }
[C++ Error] head.cpp(42): E2190 Unexpected }
我看来看去都不知道出什么问题也不知道怎样去弄请各位大哥指教一下啊!本人感激不尽 展开
typedef DWORD(__stdcall*pRegfunction)(DWORD,DWORD);
//定义registerServiceprocess()
class Tfrom1:public Tfrom
{
__published:
TButton*Button1;
private:
HINSTANCE hKernelLib;
pRegFunction RegisterServicePrcess;
public:
__fastcall Tfrom1(TComputer*Owner);
__fastcall ~Tfrom1();
};
错误信息:
Build
[C++ Error] head.h(27): E2303 Type name expected
[C++ Error] head.h(28): E2289 __published or __automated sections only supported for VCL classes
[C++ Error] head.h(32): E2303 Type name expected
[C++ Error] head.h(32): E2139 Declaration missing ;
[C++ Error] head.h(34): E2293 ) expected
[C++ Error] head.h(37): E2321 Declaration does not specify a tag or an identifier
[C++ Error] head.h(38): E2187 Unexpected end of file in conditional started on line 3
[C++ Error] head.cpp(19): E2141 Declaration syntax error
[C++ Error] head.cpp(42): E2190 Unexpected }
[C++ Error] head.cpp(42): E2190 Unexpected }
我看来看去都不知道出什么问题也不知道怎样去弄请各位大哥指教一下啊!本人感激不尽 展开
4个回答
展开全部
我有两点觉得不妥“
1。 __published: 这是什么啊,访问权限修饰,好像只有private,protect和public,没有这个啊。
2。 __fastcall Tfrom1(TComputer*Owner);
__fastcall ~Tfrom1();
在c++中构造函数和析构函数都不需要返回值类型修饰符的,只要写成
Tfrom1(TComputer*Owner);
fastcall ~Tfrom1();
就行了
还有就是RegisterServicePrcess不知道他是不是函数,如果是函数需要加上()的。
1。 __published: 这是什么啊,访问权限修饰,好像只有private,protect和public,没有这个啊。
2。 __fastcall Tfrom1(TComputer*Owner);
__fastcall ~Tfrom1();
在c++中构造函数和析构函数都不需要返回值类型修饰符的,只要写成
Tfrom1(TComputer*Owner);
fastcall ~Tfrom1();
就行了
还有就是RegisterServicePrcess不知道他是不是函数,如果是函数需要加上()的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有析构函数。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询