标题:是不是我的运行环境有问题啊?
只看楼主
wain
Rank: 1
等 级:新手上路
帖 子:71
专家分:0
注 册:2006-6-7
 问题点数:0 回复次数:1 
是不是我的运行环境有问题啊?


我点击编译的时候提示我:

no compile tool is associated with the file extension


而且还有错误:

error C2501: 'LoadTollBar' : missing storage-class or type specifiers
Error executing cl.exe.

这到底是哪儿的问题啊?

请教各位了!

搜索更多相关主题的帖子: 环境 运行 extension tool 
2006-06-20 18:39
C++大粉丝
Rank: 4
等 级:贵宾
威 望:10
帖 子:477
专家分:0
注 册:2004-4-23
得分:0 
你是不是拼写或大小写错误啊;以下是MSDN的解释:

error C2501: 'LoadTollBar' : missing storage-class or type specifiers

“identifier”: 缺少存储类或类型说明符
声明该标识符而没有指定其类型。
可能的原因
拼写或大小写错误。
在该标识符的声明中缺少类型说明符。
示例
// C2501.cpp
// Header file for the CUndeclared has been omitted:
class CMyClass {
private:
CUndeclared m_myClass; // C2501: Class unknown
} ;

I am a big fan of c plus plus.
2006-06-20 23:18



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-73653-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.438581 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved