C语言报错整理大全知识分享Word下载.docx

上传人:b****5 文档编号:20899598 上传时间:2023-01-26 格式:DOCX 页数:7 大小:19.20KB
下载 相关 举报
C语言报错整理大全知识分享Word下载.docx_第1页
第1页 / 共7页
C语言报错整理大全知识分享Word下载.docx_第2页
第2页 / 共7页
C语言报错整理大全知识分享Word下载.docx_第3页
第3页 / 共7页
C语言报错整理大全知识分享Word下载.docx_第4页
第4页 / 共7页
C语言报错整理大全知识分享Word下载.docx_第5页
第5页 / 共7页
点击查看更多>>
下载资源
资源描述

C语言报错整理大全知识分享Word下载.docx

《C语言报错整理大全知识分享Word下载.docx》由会员分享,可在线阅读,更多相关《C语言报错整理大全知识分享Word下载.docx(7页珍藏版)》请在冰豆网上搜索。

C语言报错整理大全知识分享Word下载.docx

error26:

Typemismatch类型不匹配

error27:

Invalidsubrangebasetype无效的子界基类型

error28:

Lowerboundgreaterthanupperbound下界超过上界

error29:

Ordinaltypeexpected缺有序类型

error30:

Integerconstantexpected缺整型常量

error31:

Constantexpected缺常量

error32:

Integerorrealconstantexpected缺整型或实型常量

error33:

PointerTypeidentifierexpected缺指针类型标识符

error34:

Invalidfunctionresulttype无效的函数结果类型

error35:

Labelidentifierexpected缺标号标识符

error36:

BEGINexpected缺BEGIN

error37:

ENDexpected缺END

error38:

Integerexpressionexpected缺整型表达式

error39:

Ordinalexpressionexpected缺有序类型表达式

error40:

Booleanexpressionexpected缺布尔表达式

error41:

Operandtypesdonotmatch操作数类型不匹配

error42:

Errorinexpression表达式错误

error43:

Illegalassignment非法赋值

error44:

Fieldidentifierexpected缺域标识符

error45:

Objectfiletoolarge目标文件太大

error46:

Undefinedexternal未定义的外部过程与函数

error47:

Invalidobjectfilerecord无效的OBJ文件格式

error48:

Codesegmenttoolarge代码段太长

error49:

Datasegmenttoolarge数据段太长

error50:

DOexpected缺DO

error51:

InvalidPUBLICdefinition无效的PUBLIC定义

error52:

InvalidEXTRNdefinition无效的EXTRN定义

error53:

ToomanyEXTRNdefinitions太多的EXTRN定义

error54:

OFexpected缺OF

error55:

INTERFACEexpected缺INTERFACE

error56:

Invalidrelocatablereference无效的可重定位引用

error57:

THENexpected缺THEN

error58:

TOorDOWNTOexpected缺TO或DOWNTO

error59:

Undefinedforward提前引用未经定义的说明

error61:

Invalidtypecast无效的类型转换

error62:

Divisionbyzero被零除

error63:

Invalidfiletype无效的文件类型

error64:

Cannotreadorwritevariablesofthistype不能读写此类型变量

error65:

Pointervariableexpected缺指针类型变量

error66:

Stringvariableexpected缺字符串变量

error67:

Stringexpressionexpected缺字符串表达式

error68:

Circularunitreference单元UNIT部件循环引用

error69:

Unitnamemismatch单元名不匹配

error70:

Unitversionmismatch单元版本不匹配

error71:

Internalstackoverflow内部堆栈溢出

error72:

Unitfileformaterror单元文件格式错误

error73:

IMPLEMENTATIONexpected缺IMPLEMENTATION

error74:

Constantandcasetypesdonotmatch常量和CASE类型不匹配

error75:

Recordorobjectvariableexpected缺记录或对象变量

error76:

Constantoutofrange常量越界

error77:

Filevariableexpected缺文件变量

error78:

Pointerexpressionexpected缺指针表达式

error79:

Integerorrealexpressionexpected缺整型或实型表达式

error80:

Labelnotwithincurrentblock标号不在当前块内

error81:

Labelalreadydefined标号已定义

error82:

Undefinedlabelinprecedingstatementpart在前面未定义标号

error83:

Invalid@argument无效的@参数

error84:

UNITexpected缺UNIT

error85:

"

;

"

expected缺“;

error86:

:

expected缺“:

error87:

"

expected缺“,”

error88:

("

expected缺“(”

error89:

)"

expected缺“)”

error90:

="

expected缺“=”

error91:

expected缺“:

=”

error92:

["

or"

(."

Expected缺“[”或“(.”

error93:

]"

.)"

expected缺“]”或“.)”

error94:

."

expected缺“.”

error95:

.."

expected缺“..”

error96:

Toomanyvariables变量太多

error97:

InvalidFORcontrolvariable无效的FOR循环控制变量

error98:

Integervariableexpected缺整型变量

error99:

Filesandproceduretypesarenotallowedhere该处不允许文件和过程类型

error100:

Stringlengthmismatch字符串长度不匹配

error101:

Invalidorderingoffields无效域顺序

error102:

Stringconstantexpected缺字符串常量

error103:

Integerorrealvariableexpected缺整型或实型变量

error104:

Ordinalvariableexpected缺有序类型变量

error105:

INLINEerrorINLINE错误

error106:

Characterexpressionexpected缺字符表达式

error107:

Toomanyrelocationitems重定位项太多

error108:

Overflowinarithmeticoperation算术运算溢出

error112:

CASEconstantoutofrangeCASE常量越界

error113:

Errorinstatement表达式错误

error114:

Cannotcallaninterruptprocedure不能调用中断过程

error116:

Mustbein8087modetocompilethis必须在8087模式编译

error117:

Targetaddressnotfound找不到目标地址

error118:

Includefilesarenotallowedhere该处不允许INCLUDE文件

error119:

Noinheritedmethodsareaccessiblehere该处继承方法不可访问

error121:

Invalidqualifier无效的限定符

error122:

Invalidvariablereference无效的变量引用

error123:

Toomanysymbols符号太多

error124:

Statementparttoolarge语句体太长

error126:

Filesmustbevarparameters文件必须是变量形参

error127:

Toomanyconditionalsymbols条件符号太多

error128:

Misplacedconditionaldirective条件指令错位

error129:

ENDIFdirectivemissing缺ENDIF指令

error130:

Errorininitialconditionaldefines初始条件定义错误

error131:

Headerdoesnotmatchpreviousdefinition和前面定义的过程或函数不匹配

error133:

Cannotevaluatethisexpression不能计算该表达式

error134:

Expressionincorrectlyterminated表达式错误结束

error135:

Invalidformatspecifier无效格式说明符

error136:

Invalidindirectreference无效的间接引用

error137:

Structuredvariablesarenotallowedhere该处不允许结构变量

error138:

CannotevaluatewithoutSystemunit没有System单元不能计算

error139:

Cannotaccessthissymbol不能存取符号

error140:

Invalidfloatingpointoperation无效的符号运算

error141:

Cannotcompileoverlaystomemory不能编译覆盖模块至内存

error142:

Pointerorproceduralvariableexpected缺指针或过程变量

error143:

Invalidprocedureorfunctionreference无效的过程或函数调用

error144:

Cannotoverlaythisunit不能覆盖该单元

error146:

Fileaccessdenied不允许文件访问

error147:

Objecttypeexpected缺对象类型

error148:

Localobjecttypesarenotallowed不允许局部对象类型

error149:

VIRTUALexpected缺VIRTUAL

error150:

Methodidentifierexpected缺方法标识符

error151:

Virtualconstructorsarenotallowed不允许虚构造函数

error152:

Constructoridentifierexpected缺构造函数标识符

error153:

Destructoridentifierexpected缺析构函数标识符

error154:

Failonlyallowedwithinconstructors只能在构造函数内使用Fail标准过程

error155:

Invalidcombinationofopcodeandoperands操作数与操作符无效组合

error156:

Memoryreferenceexpected缺内存引用指针

error157:

Cannotaddorsubtractrelocatablesymbols不能加减可重定位符号

error158:

Invalidregistercombination无效寄存器组合

error159:

286/287instructionsarenotenabled未激活286/287指令

error160:

Invalidsymbolreference无效符号指针

error161:

Codegenerationerror代码生成错误

error162:

ASMexpected缺ASM

error166:

Procedureorfunctionidentifierexpected缺过程或函数标识符

error167:

Cannotexportthissymbol不能输出该符号

error168:

Duplicateexportname外部文件名重复

error169:

Executablefileheaderto

error170:

Toomanysegments段太多

fatal 

error 

C1004:

unexpected 

end 

of 

file 

found 

未找到文件末尾(可能是括号匹配问题) 

fatal 

C1021:

invalid 

preprocessor 

command 

'

1nclude'

无效的编译预处理命令'

C1083:

Cannot 

open 

include 

file:

stdi.h'

No 

such 

or 

directory 

不能打开头文件'

,文件或文件夹不存在 

C2101:

&

on 

constant 

不能计算常量的地址 

error 

C2059:

syntax 

while'

在'

附近,存在语法错误 

C2061:

identifier 

x'

标识符x的附近,存在语法错误 

C2065:

i'

undeclared 

变量i未定义 

C2078:

too 

many 

initializers 

数组/结构等变量初始化时的数据太多 

C2087:

<

Unknown>

missing 

subscript 

丢失数组下标 

C2106:

='

left 

operand 

must 

be 

l-value 

的左侧应当是左值,即不能是常量 

C2115:

incompatible 

types 

两侧的类型不兼容 

C2133:

a'

unknown 

size 

a(可能是数组名)的大小不确定。

C2137:

empty 

character 

空的字符常量 

C2143:

before 

...... 

在......之前,缺少'

C2146:

)'

......'

在标识符'

之前缺少'

C2181:

illegal 

else 

without 

matching 

if 

else缺少匹配的if 

C2198:

printf'

few 

actual 

parameters 

函数的参数太少 

C2223:

->

point 

to 

struct/union 

的左侧应是结构类型变量或联合类型变量 

C2224:

.x'

have 

type 

C2371:

f1'

redefinition;

different 

basic 

函数'

的接口被重定义,参数类型或返回值类型不一致 

warning 

C4101:

unreferenced 

local 

variable 

是一个从未被使用的局部变量 

warning 

C4013:

fi'

undefined;

assuming 

extern 

returning 

int 

函数'

未定义,假设其是外部函数,返回值类型是int 

C4020:

fun'

调用'

函数时,有太多的实参 

C4033:

f3'

return 

value 

应当有返回值语句 

C4047:

*'

differs 

in 

levels 

indirection 

from 

赋值运算中的类型转换:

从'

转换到'

可能存在问题 

C4098:

f2'

void'

function 

是无返回值的函数,竟然有返回值语句。

C4133:

function'

...'

不兼容的类型转换(从'

类型向'

类型) 

C4244:

initializing'

conversion 

const 

double 

 

possible 

loss 

data 

在初始化数据时,类型转换可能导致数据丢失 

C4305:

truncation 

char 

初始化时,数据被截断 

C4700:

used 

having 

been 

initialized 

局部变量'

在被使用之前未初始化, 

LNK2001:

unresolved 

external 

symbol 

_f5 

f5从未定义

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > PPT模板 > 其它模板

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1