Ahkang
驱动牛犊
驱动牛犊
  • 注册日期2004-10-27
  • 最后登录2004-11-13
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1321回复:0

在编译一个驱动时 出了这样的错误 怎么办啊?

楼主#
更多 发布于:2004-11-13 22:31
Compiling...
StdAfx.cpp
C:\WINDDK\2600\inc\wxp\winreg.h(107) : error C2146: syntax error : missing ';' before identifier 've_valueptr'
C:\WINDDK\2600\inc\wxp\winreg.h(107) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
C:\WINDDK\2600\inc\wxp\winreg.h(107) : error C2501: 've_valueptr' : missing storage-class or type specifiers
C:\WINDDK\2600\inc\wxp\winreg.h(113) : error C2146: syntax error : missing ';' before identifier 've_valueptr'
C:\WINDDK\2600\inc\wxp\winreg.h(113) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
C:\WINDDK\2600\inc\wxp\winreg.h(113) : error C2501: 've_valueptr' : missing storage-class or type specifiers
C:\WINDDK\2600\inc\wxp\winreg.h(145) : error C2065: 'HKEY' : undeclared identifier
C:\WINDDK\2600\inc\wxp\winreg.h(146) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(146) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(146) : error C2491: 'RegCloseKey' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(146) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(152) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(152) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(152) : error C2491: 'RegOverridePredefKey' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(154) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(163) : error C2061: syntax error : identifier 'PHKEY'
C:\WINDDK\2600\inc\wxp\winreg.h(171) : error C2061: syntax error : identifier 'PHKEY'
C:\WINDDK\2600\inc\wxp\winreg.h(185) : error C2061: syntax error : identifier 'HKEY'
C:\WINDDK\2600\inc\wxp\winreg.h(193) : error C2061: syntax error : identifier 'HKEY'
C:\WINDDK\2600\inc\wxp\winreg.h(206) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(206) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(206) : error C2491: 'RegCreateKeyA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(209) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(214) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(214) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(214) : error C2491: 'RegCreateKeyW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(217) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(228) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(228) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(228) : error C2491: 'RegCreateKeyExA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(237) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(242) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(242) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(242) : error C2491: 'RegCreateKeyExW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(251) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(262) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(262) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(262) : error C2491: 'RegDeleteKeyA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(264) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(269) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(269) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(269) : error C2491: 'RegDeleteKeyW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(271) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(282) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(282) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(282) : error C2491: 'RegDeleteValueA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(284) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(289) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(289) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(289) : error C2491: 'RegDeleteValueW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(291) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(302) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(302) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(302) : error C2491: 'RegEnumKeyA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(306) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(311) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(311) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(311) : error C2491: 'RegEnumKeyW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(315) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(326) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(326) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(326) : error C2491: 'RegEnumKeyExA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(334) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(339) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(339) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(339) : error C2491: 'RegEnumKeyExW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(347) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(358) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(358) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(358) : error C2491: 'RegEnumValueA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(366) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(371) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(371) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(371) : error C2491: 'RegEnumValueW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(379) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(391) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(391) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(391) : error C2491: 'RegFlushKey' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(391) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(397) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(397) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(397) : error C2491: 'RegGetKeySecurity' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(401) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(407) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(407) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(407) : error C2491: 'RegLoadKeyA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(410) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(415) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(415) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(415) : error C2491: 'RegLoadKeyW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(418) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(429) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(429) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(429) : error C2491: 'RegNotifyChangeKeyValue' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(434) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(440) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(440) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(440) : error C2491: 'RegOpenKeyA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(443) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(448) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(448) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(448) : error C2491: 'RegOpenKeyW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(451) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(462) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(462) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(462) : error C2491: 'RegOpenKeyExA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(467) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(472) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(472) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(472) : error C2491: 'RegOpenKeyExW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(477) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(488) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(488) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(488) : error C2491: 'RegQueryInfoKeyA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(500) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(505) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(505) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(505) : error C2491: 'RegQueryInfoKeyW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(517) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(528) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(528) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(528) : error C2491: 'RegQueryValueA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(532) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(537) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(537) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(537) : error C2491: 'RegQueryValueW' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(541) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(553) : error C2146: syntax error : missing ')' before identifier 'hKey'
C:\WINDDK\2600\inc\wxp\winreg.h(553) : warning C4229: anachronism used : modifiers on data are ignored
C:\WINDDK\2600\inc\wxp\winreg.h(553) : error C2491: 'RegQueryMultipleValuesA' : definition of dllimport data not allowed
C:\WINDDK\2600\inc\wxp\winreg.h(558) : error C2059: syntax error : ')'
C:\WINDDK\2600\inc\wxp\winreg.h(558) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.

IBH.ocx - 102 error(s), 30 warning(s)
游客

返回顶部