阅读:5627回复:6
把WDK的Usbview改成VS2008_MFC工程,方便大家使用
111K
|
|
|
沙发#
发布于:2010-10-14 11:45
不管大小,难易,只要能做到原创和共享,总是值得鼓励。 |
|
|
板凳#
发布于:2010-10-25 11:22
下载运行了一下,环境里面需要添加上devioctl.h才能编译通过。
没有刷新的功能,需要先插上设备才能识别到。 anyway,还是谢谢楼主的分享! |
|
地板#
发布于:2010-11-11 19:01
楼主,和各位高手们,请教
我的编译结果如下(编译环境VS2008,望高手指点): 1>正在编译... 1>stdafx.cpp 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2065: '_S1max' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2065: '_N' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C3861: '_Out_bytecap_post_bytecount_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2144: syntax error : 'void' should be preceded by ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2448: 'memcpy_s' : function-style initializer appears to be a function definition 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2146: syntax error : missing ';' before identifier 'size_t' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2065: '_N' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2143: syntax error : missing ';' before 'const' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2059: syntax error : 'const' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlalloc.h(227) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(112) : error C2065: '_Inout_' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(112) : error C2146: syntax error : missing ')' before identifier '_Deref_post_opt_cap_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(112) : error C2182: 'AtlConvAllocMemory' : illegal use of type 'void' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(112) : error C2433: 'AtlConvAllocMemory' : 'inline' not permitted on data declarations 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(112) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(155) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(155) : error C2447: '{' : missing function header (old-style formal list?) 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(174) : error C2061: syntax error : identifier '_In_opt_' 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(217) : see reference to class template instantiation 'ATL::CW2WEX<t_nBufferLength>' being compiled 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(179) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(179) : error C2535: 'ATL::CW2WEX<t_nBufferLength>::CW2WEX(void) throw(...)' : member function already defined or declared 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(174) : see declaration of 'ATL::CW2WEX<t_nBufferLength>::CW2WEX' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(197) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(224) : error C2061: syntax error : identifier '_In_opt_' 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(266) : see reference to class template instantiation 'ATL::CA2AEX<t_nBufferLength>' being compiled 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(229) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(229) : error C2535: 'ATL::CA2AEX<t_nBufferLength>::CA2AEX(void) throw(...)' : member function already defined or declared 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(224) : see declaration of 'ATL::CA2AEX<t_nBufferLength>::CA2AEX' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(247) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(273) : error C2061: syntax error : identifier '_In_' 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(297) : see reference to class template instantiation 'ATL::CA2CAEX<t_nBufferLength>' being compiled 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(277) : error C2061: syntax error : identifier '_In_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(277) : error C2535: 'ATL::CA2CAEX<t_nBufferLength>::CA2CAEX(void) throw(...)' : member function already defined or declared 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(273) : see declaration of 'ATL::CA2CAEX<t_nBufferLength>::CA2CAEX' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(304) : error C2061: syntax error : identifier '_In_' 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(328) : see reference to class template instantiation 'ATL::CW2CWEX<t_nBufferLength>' being compiled 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(308) : error C2061: syntax error : identifier '_In_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(308) : error C2535: 'ATL::CW2CWEX<t_nBufferLength>::CW2CWEX(void) throw(...)' : member function already defined or declared 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(304) : see declaration of 'ATL::CW2CWEX<t_nBufferLength>::CW2CWEX' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(335) : error C2061: syntax error : identifier '_In_opt_' 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(391) : see reference to class template instantiation 'ATL::CA2WEX<t_nBufferLength>' being compiled 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(340) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(340) : error C2535: 'ATL::CA2WEX<t_nBufferLength>::CA2WEX(void) throw(...)' : member function already defined or declared 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(335) : see declaration of 'ATL::CA2WEX<t_nBufferLength>::CA2WEX' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(356) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(398) : error C2061: syntax error : identifier '_In_opt_' 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(454) : see reference to class template instantiation 'ATL::CW2AEX<t_nBufferLength>' being compiled 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(403) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(403) : error C2535: 'ATL::CW2AEX<t_nBufferLength>::CW2AEX(void) throw(...)' : member function already defined or declared 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(398) : see declaration of 'ATL::CW2AEX<t_nBufferLength>::CW2AEX' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(419) : error C2061: syntax error : identifier '_In_opt_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(530) : error C2065: '_Inout_' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(530) : error C2146: syntax error : missing ')' before identifier 'LPDEVMODEA' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(530) : warning C4229: anachronism used : modifiers on data are ignored 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(530) : error C2495: 'AtlDevModeW2A' : '__declspec(nothrow)' can only be applied to function declarations or definitions 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(530) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C2448: '_Ret_opt_z_cap_' : function-style initializer appears to be a function definition 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C2143: syntax error : missing ';' before '__stdcall' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C3861: '_Out_z_cap_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C2146: syntax error : missing ')' before identifier 'LPWSTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : warning C4229: anachronism used : modifiers on data are ignored 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(536) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C2448: '_Ret_opt_z_cap_' : function-style initializer appears to be a function definition 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C2143: syntax error : missing ';' before '__stdcall' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C3861: '_Out_z_cap_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C2146: syntax error : missing ')' before identifier 'LPSTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : warning C4229: anachronism used : modifiers on data are ignored 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(555) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2448: '_Ret_opt_z_cap_' : function-style initializer appears to be a function definition 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2143: syntax error : missing ';' before '__stdcall' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C3861: '_Out_z_cap_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2146: syntax error : missing ')' before identifier 'LPWSTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : warning C4229: anachronism used : modifiers on data are ignored 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2374: 'AtlA2WHelper' : redefinition; multiple initialization 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(535) : see declaration of 'AtlA2WHelper' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(572) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(573) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2448: '_Ret_opt_z_cap_' : function-style initializer appears to be a function definition 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2143: syntax error : missing ';' before '__stdcall' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2065: 'nChars' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C3861: '_Out_z_cap_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2146: syntax error : missing ')' before identifier 'LPSTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : warning C4229: anachronism used : modifiers on data are ignored 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2374: 'AtlW2AHelper' : redefinition; multiple initialization 1> d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(554) : see declaration of 'AtlW2AHelper' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(577) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(578) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(689) : error C2065: '_In_z_' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(689) : error C2146: syntax error : missing ')' before identifier 'LPCOLESTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(689) : error C2433: 'ocslen' : 'inline' not permitted on data declarations 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(689) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(689) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(689) : error C2447: '{' : missing function header (old-style formal list?) 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(691) : error C2065: 'maxSize' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(691) : error C3861: '_Out_z_cap_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(691) : error C2146: syntax error : missing ')' before identifier 'LPOLESTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(691) : error C2433: 'ocscpy_s' : 'inline' not permitted on data declarations 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(691) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(692) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(692) : error C2447: '{' : missing function header (old-style formal list?) 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(693) : error C2065: 'maxSize' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(693) : error C3861: '_Inout_z_cap_': identifier not found 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(693) : error C2146: syntax error : missing ')' before identifier 'LPOLESTR' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(693) : error C2433: 'ocscat_s' : 'inline' not permitted on data declarations 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(693) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(694) : error C2143: syntax error : missing ';' before '{' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(694) : error C2447: '{' : missing function header (old-style formal list?) 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(701) : error C2065: '_Pre_notnull_' : undeclared identifier 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(701) : error C2146: syntax error : missing ')' before identifier '_Post_z_' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(701) : error C2433: 'ocscpy' : 'inline' not permitted on data declarations 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(701) : error C2059: syntax error : ')' 1>d:\program files\microsoft visual studio 9.0\vc\atlmfc\include\atlconv.h(701) : fatal error C1003: error count exceeds 100; stopping compilation 1>生成日志保存在“file://e:\temp\usbview\UsbMgr\UsbMgr\Debug\BuildLog.htm” 1>UsbMgr - 106 个错误,5 个警告 ========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ========== |
|
地下室#
发布于:2011-06-16 15:41
Thanks!!
|
|
5楼#
发布于:2012-04-28 12:11
谢谢,学习中
|
|
6楼#
发布于:2014-05-21 17:19
编译出错 :1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(60) : error C2065: “_In_opt_”: 未声明的标识符
1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(60) : error C2146: 语法错误 : 缺少“)”(在标识符“new_handler”的前面) 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(60) : warning C4229: 使用了记时错误 : 忽略数据上的修饰符 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(60) : error C2491: “std::set_new_handler”: 不允许 dllimport 数据 的定义 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(60) : error C2059: 语法错误 : “)” 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(85) : error C2065: “_Size”: 未声明的标识符 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(85) : error C2448: “_Ret_opt_bytecap_”: 函数样式初始值设定项类似函数定义 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(86) : error C2065: “_Size”: 未声明的标识符 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(86) : error C2448: “_Ret_opt_bytecap_”: 函数样式初始值设定项类似函数定义 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(107) : error C2065: “_In_”: 未声明的标识符 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(107) : error C2144: 语法错误 : “int”的前面应有“)” 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(107) : error C2448: “_set_new_mode”: 函数样式初始值设定项类似函数定义 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(107) : error C2059: 语法错误 : “)” 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(118) : error C2143: 语法错误 : 缺少“;”(在“__cdecl”的前面) 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(119) : error C2143: 语法错误 : 缺少“;”(在“__cdecl”的前面) 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(119) : error C2065: “_In_opt_”: 未声明的标识符 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(119) : error C2146: 语法错误 : 缺少“)”(在标识符“_PNH”的前面) 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(119) : warning C4229: 使用了记时错误 : 忽略数据上的修饰符 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(119) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int 1>c:\program files\microsoft visual studio 9.0\vc\include\new.h(119) : error C2059: 语法错误 : “)” 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(59) : error C2143: 语法错误 : 缺少“;”(在“__cdecl”的前面) 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(60) : error C2065: “_In_”: 未声明的标识符 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(60) : error C2144: 语法错误 : “_EXCEPTION_RECORD”的前面应有“)” 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(60) : error C2448: “_except_handler”: 函数样式初始值设定项类似函数定义 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(61) : error C2144: 语法错误 : “void”的前面应有“;” 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(62) : error C2144: 语法错误 : “_CONTEXT”的前面应有“;” 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(63) : error C2144: 语法错误 : “void”的前面应有“;” 1>c:\program files\microsoft visual studio 9.0\vc\include\excpt.h(64) : error C2059: 语法错误 : “)” 1>c:\winddk\7600.16385.1\inc\api\windef.h(49) : error C2143: 语法错误 : 缺少“;”(在“*”的前面) 1>c:\winddk\7600.16385.1\inc\api\windef.h(51) : error C2143: 语法错误 : 缺少“;”(在“*”的前面) 1>c:\winddk\7600.16385.1\inc\api\windef.h(53) : error C2143: 语法错误 : 缺少“;”(在“*”的前面) 1>c:\winddk\7600.16385.1\inc\api\windef.h(157) : error C2143: 语法错误 : 缺少“;”(在“*”的前面) 1>c:\winddk\7600.16385.1\inc\api\windef.h(158) : error C2143: 语法错误 : 缺少“;”(在“*”的前面) 1>c:\winddk\7600.16385.1\inc\api\windef.h(159) : error C2143: 语法错误 : 缺少“;”(在“*”的前面) |
|