欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

 找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索
查看: 1561|回復: 0
打印 上一主題 下一主題
收起左側

最常見的20種VC++編譯錯誤信息

[復制鏈接]
跳轉到指定樓層
樓主
ID:104835 發表于 2016-2-5 02:02 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式

1、fatal error C1010: unexpected end of file while looking for precompiled header directive。

尋找預編譯頭文件路徑時遇到了不該遇到的文件尾。(一般是沒有#include "stdafx.h")

2、fatal error C1083: Cannot open include file: 'R…….h': No such file or directory

不能打開包含文件“R…….h”:沒有這樣的文件或目錄。

3、error C2011: 'C……': 'class' type redefinition

類“C……”重定義。

4、error C2018: unknown character '0xa3'

不認識的字符'0xa3'。(一般是漢字或中文標點符號)

5、error C2057: expected constant expression

希望是常量表達式。(一般出現在switch語句的case分支中)

6、error C2065: 'IDD_MYDIALOG' : undeclared identifier

“IDD_MYDIALOG”:未聲明過的標識符。

7、error C2082: redefinition of formal parameter 'bReset'

函數參數“bReset”在函數體中重定義。

8、error C2143: syntax error: missing ':' before '{'

句法錯誤:“{”前缺少“;”。

9、error C2146: syntax error : missing ';' before identifier 'dc'

句法錯誤:在“dc”前丟了“;”。

10、error C2196: case value '69' already used

值69已經用過。(一般出現在switch語句的case分支中)

11、error C2509: 'OnTimer' : member function not declared in 'CHelloView'

成員函數“OnTimer”沒有在“CHelloView”中聲明。

12、error C2511: 'reset': overloaded member function 'void (int)' not found in 'B'

重載的函數“void reset(int)”在類“B”中找不到。

13、error C2555: 'B::f1': overriding virtual function differs from 'A::f1' only by return type or calling convention

類B對類A中同名函數f1的重載僅根據返回值或調用約定上的區別。

14、error C2660: 'SetTimer' : function does not take 2 parameters

“SetTimer”函數不傳遞2個參數。

15、warning C4035: 'f……': no return value

“f……”的return語句沒有返回值。

16、warning C4553: '= =' : operator has no effect; did you intend '='?

沒有效果的運算符“= =”;是否改為“=”?

17、warning C4700: local variable 'bReset' used without having been initialized

局部變量“bReset”沒有初始化就使用。

18、error C4716: 'CMyApp::InitInstance' : must return a value

“CMyApp::InitInstance”函數必須返回一個值。

19、LINK : fatal error LNK1168: cannot open Debug/P1.exe for writing

連接錯誤:不能打開P1.exe文件,以改寫內容。(一般是P1.Exe還在運行,未關閉)

20、error LNK2001: unresolved external symbol "public: virtual _ _thiscall C……::~C……(void)"

連接時發現沒有實現的外部符號(變量、函數等)。


分享到:  QQ好友和群QQ好友和群 QQ空間QQ空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
收藏收藏 分享淘帖 頂 踩
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規則

小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術交流QQ群281945664

Powered by 單片機教程網

快速回復 返回頂部 返回列表