Advertisement
Guest User

Weird VC++ Errors

a guest
Jul 24th, 2010
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.33 KB | None | 0 0
  1. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(234) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  2. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(234) : error C2039: 'YesNoMaybe' : is not a member of '`global namespace''
  3. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(234) : error C2146: syntax error : missing ';' before identifier 'SA_YesNoMaybe'
  4. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(234) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  5. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(234) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  6. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  7. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C2039: 'YesNoMaybe' : is not a member of '`global namespace''
  8. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  9. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C2146: syntax error : missing ';' before identifier 'SA_Yes'
  10. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C2377: 'tnt::YesNoMaybe' : redefinition; typedef cannot be overloaded with any other symbol
  11. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(234) : see declaration of 'tnt::YesNoMaybe'
  12. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  13. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  14. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C2039: 'Yes' : is not a member of '`global namespace''
  15. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : error C2065: 'Yes' : undeclared identifier
  16. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  17. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C2039: 'YesNoMaybe' : is not a member of '`global namespace''
  18. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  19. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C2146: syntax error : missing ';' before identifier 'SA_No'
  20. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C2086: 'const int tnt::YesNoMaybe' : redefinition
  21. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : see declaration of 'tnt::YesNoMaybe'
  22. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  23. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  24. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C2039: 'No' : is not a member of '`global namespace''
  25. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(236) : error C2065: 'No' : undeclared identifier
  26. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  27. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C2039: 'YesNoMaybe' : is not a member of '`global namespace''
  28. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  29. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C2146: syntax error : missing ';' before identifier 'SA_Maybe'
  30. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C2086: 'const int tnt::YesNoMaybe' : redefinition
  31. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(235) : see declaration of 'tnt::YesNoMaybe'
  32. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  33. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  34. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C2039: 'Maybe' : is not a member of '`global namespace''
  35. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(237) : error C2065: 'Maybe' : undeclared identifier
  36. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(239) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  37. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(239) : error C2039: 'AccessType' : is not a member of '`global namespace''
  38. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(239) : error C2146: syntax error : missing ';' before identifier 'SA_AccessType'
  39. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(239) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  40. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(239) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  41. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  42. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C2039: 'AccessType' : is not a member of '`global namespace''
  43. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  44. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C2146: syntax error : missing ';' before identifier 'SA_NoAccess'
  45. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C2377: 'tnt::AccessType' : redefinition; typedef cannot be overloaded with any other symbol
  46. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(239) : see declaration of 'tnt::AccessType'
  47. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  48. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  49. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C2039: 'NoAccess' : is not a member of '`global namespace''
  50. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : error C2065: 'NoAccess' : undeclared identifier
  51. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  52. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C2039: 'AccessType' : is not a member of '`global namespace''
  53. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  54. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C2146: syntax error : missing ';' before identifier 'SA_Read'
  55. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C2086: 'const int tnt::AccessType' : redefinition
  56. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : see declaration of 'tnt::AccessType'
  57. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  58. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  59. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C2039: 'Read' : is not a member of '`global namespace''
  60. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(241) : error C2065: 'Read' : undeclared identifier
  61. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  62. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C2039: 'AccessType' : is not a member of '`global namespace''
  63. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  64. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C2146: syntax error : missing ';' before identifier 'SA_Write'
  65. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C2086: 'const int tnt::AccessType' : redefinition
  66. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : see declaration of 'tnt::AccessType'
  67. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  68. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  69. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C2039: 'Write' : is not a member of '`global namespace''
  70. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(242) : error C2065: 'Write' : undeclared identifier
  71. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  72. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C2039: 'AccessType' : is not a member of '`global namespace''
  73. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  74. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C2146: syntax error : missing ';' before identifier 'SA_ReadWrite'
  75. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C2086: 'const int tnt::AccessType' : redefinition
  76. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(240) : see declaration of 'tnt::AccessType'
  77. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  78. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  79. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C2039: 'ReadWrite' : is not a member of '`global namespace''
  80. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(243) : error C2065: 'ReadWrite' : undeclared identifier
  81. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(246) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  82. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(246) : error C2039: 'PreAttribute' : is not a member of '`global namespace''
  83. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(246) : error C2146: syntax error : missing ';' before identifier 'SA_Pre'
  84. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(246) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  85. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(246) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  86. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(247) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  87. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(247) : error C2039: 'PostAttribute' : is not a member of '`global namespace''
  88. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(247) : error C2146: syntax error : missing ';' before identifier 'SA_Post'
  89. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(247) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  90. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(247) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  91. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(248) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  92. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(248) : error C2039: 'FormatStringAttribute' : is not a member of '`global namespace''
  93. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(248) : error C2146: syntax error : missing ';' before identifier 'SA_FormatString'
  94. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(248) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  95. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(248) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  96. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(249) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  97. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(249) : error C2039: 'InvalidCheckAttribute' : is not a member of '`global namespace''
  98. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(249) : error C2146: syntax error : missing ';' before identifier 'SA_InvalidCheck'
  99. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(249) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  100. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(249) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  101. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(250) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  102. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(250) : error C2039: 'SuccessAttribute' : is not a member of '`global namespace''
  103. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(250) : error C2146: syntax error : missing ';' before identifier 'SA_Success'
  104. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(250) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  105. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(250) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  106. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(251) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  107. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(251) : error C2039: 'PreBoundAttribute' : is not a member of '`global namespace''
  108. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(251) : error C2146: syntax error : missing ';' before identifier 'SA_PreBound'
  109. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(251) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  110. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(251) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  111. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(252) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  112. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(252) : error C2039: 'PostBoundAttribute' : is not a member of '`global namespace''
  113. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(252) : error C2146: syntax error : missing ';' before identifier 'SA_PostBound'
  114. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(252) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  115. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(252) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  116. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(253) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  117. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(253) : error C2039: 'PreRangeAttribute' : is not a member of '`global namespace''
  118. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(253) : error C2146: syntax error : missing ';' before identifier 'SA_PreRange'
  119. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(253) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  120. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(253) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  121. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(254) : error C3083: 'vc_attributes': the symbol to the left of a '::' must be a type
  122. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(254) : error C2039: 'PostRangeAttribute' : is not a member of '`global namespace''
  123. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(254) : error C2146: syntax error : missing ';' before identifier 'SA_PostRange'
  124. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(254) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  125. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h(254) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  126. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(60) : error C2337: 'SA_Pre' : attribute not found
  127. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(60) : error C2337: 'SA_Pre' : attribute not found
  128. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(61) : error C2337: 'SA_Pre' : attribute not found
  129. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(61) : error C2337: 'SA_Pre' : attribute not found
  130. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(62) : error C2337: 'SA_Pre' : attribute not found
  131. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(62) : error C2337: 'SA_Pre' : attribute not found
  132. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(62) : error C2337: 'SA_Post' : attribute not found
  133. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(63) : error C2337: 'SA_Pre' : attribute not found
  134. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(63) : error C2337: 'SA_Pre' : attribute not found
  135. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\excpt.h(63) : error C2337: 'SA_Post' : attribute not found
  136. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(94) : error C2337: 'SA_Post' : attribute not found
  137. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(94) : error C2337: 'SA_Pre' : attribute not found
  138. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(94) : error C2337: 'SA_Pre' : attribute not found
  139. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(94) : error C2337: 'SA_Pre' : attribute not found
  140. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(94) : error C2337: 'SA_Pre' : attribute not found
  141. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(95) : error C2337: 'SA_Post' : attribute not found
  142. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(95) : error C2337: 'SA_Pre' : attribute not found
  143. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(95) : error C2337: 'SA_Pre' : attribute not found
  144. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(95) : error C2337: 'SA_Pre' : attribute not found
  145. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\ctype.h(95) : fatal error C1003: error count exceeds 100; stopping compilation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement