21、anystorageclassesindeclaration(说明中存储类太多)toomanytypesindecleration(说明中类型太多)toomuchautomemoryinfunction(函数中自动存储太多)toomuchglobaldefineinfile(文件中定义的全局数据太多)twoconsecutivedots(两个连续点)typemismatchinparameter#(参数"#"类型不匹配)typemismatchinparameter#incallto'xxxxxxx'(...
首先用visual studio写个dll。...// TestDll.cpp : Defines the entry point for the DLL application. // #include “stdafx.h” #include <iostream...LPVOID lpReserved )...
Too many default cases --- Default太多(switch语句中一个) Too many error or warning messages ---错误或警告信息太多 Too many type in declaration ---说明中类型太多 Too much auto memory in function ---函数用到的局部存储太多 Too much global data defined in file ---文件中全局数据太多 Two con...
98: Too many default cases — Default太多(switch语句中一个)99: Too many error or warning messages — 错误或警告信息太多100: Too many type in declaration — 说明中类型太多101: Too much auto memory in function — 函数用到的局部存储太多102: Too much global data defined in file — 文件中全...
def directive syntax 编译预处理undef有语法错 Bit field too large 位字段太长 Call of non-function 调用未定义的函数 Call to function with no prototype 调用函数时没有函数的说明 Cannot modify a const object 不允许修改常量对象 Case outside of switch 漏掉了case 语句 Case syntax error Case 语法错误...