vc++6.0编译程序时出错 winnt.h(3143)
编译程序后,提示目录..\winnt.h(3143):errorC2146:syntaxerror:missing';'beforeidentifier'ContextR...
编译程序后,提示目录..\winnt.h(3143): error C2146: syntax error : missing ';' before identifier 'ContextRecord'
..\winnt.h(3143): error C2501: 'PCONTEXT' : missing storage-class or type specifiers
..\winnt.h(3143) : error C2501: 'ContextRecord' : missing storage-class or type specifiers
双击这些错误提示的时候,光标总是显示在另一个程序里,而不是我自己的程序。不懂为什么,请高手解答 ,万分感谢! 展开
..\winnt.h(3143): error C2501: 'PCONTEXT' : missing storage-class or type specifiers
..\winnt.h(3143) : error C2501: 'ContextRecord' : missing storage-class or type specifiers
双击这些错误提示的时候,光标总是显示在另一个程序里,而不是我自己的程序。不懂为什么,请高手解答 ,万分感谢! 展开
4个回答
展开全部
winnt.h是不需要主动包含的
在你的工程包含文件中最前面 加上包含 #include <windows.h>
在你的工程包含文件中最前面 加上包含 #include <windows.h>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
先引用Windows后引用Winnt:
#include <windows.h>
#include <winnt.h>
然后就应该可以了
#include <windows.h>
#include <winnt.h>
然后就应该可以了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不知道是不是这样的。
你在出错的那个头文件中添加using namespace std;
我出现过弄了好久,才知道是这个地方错了
你在出错的那个头文件中添加using namespace std;
我出现过弄了好久,才知道是这个地方错了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
enochwills 已经回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询