Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. error C2894: templates cannot be declared to have 'C' linkage
  2.  
  3. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(32): error C2894: templates cannot be declared to have 'C' linkage
  4. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(120): error C2894: templates cannot be declared to have 'C' linkage
  5. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(133): error C2894: templates cannot be declared to have 'C' linkage
  6. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(256): error C2894: templates cannot be declared to have 'C' linkage
  7. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(279): error C2894: templates cannot be declared to have 'C' linkage
  8. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(375): error C2894: templates cannot be declared to have 'C' linkage
  9. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(474): error C2894: templates cannot be declared to have 'C' linkage
  10. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(486): error C2039: 'memcmp' : is not a member of '`global namespace''
  11. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(486): error C3861: 'memcmp': identifier not found
  12. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(491): error C2039: 'strlen' : is not a member of '`global namespace''
  13. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(491): error C3861: 'strlen': identifier not found
  14. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(511): error C2039: 'memchr' : is not a member of '`global namespace''
  15. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(511): error C3861: 'memchr': identifier not found
  16. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(522): error C2039: 'memset' : is not a member of '`global namespace''
  17. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(522): error C3861: 'memset': identifier not found
  18. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(568): error C2894: templates cannot be declared to have 'C' linkage
  19. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(571): error C2894: templates cannot be declared to have 'C' linkage
  20. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(574): error C2894: templates cannot be declared to have 'C' linkage
  21. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(577): error C2894: templates cannot be declared to have 'C' linkage
  22. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(580): error C2894: templates cannot be declared to have 'C' linkage
  23. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(583): error C2894: templates cannot be declared to have 'C' linkage
  24. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(586): error C2894: templates cannot be declared to have 'C' linkage
  25. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(589): error C2894: templates cannot be declared to have 'C' linkage
  26. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(592): error C2894: templates cannot be declared to have 'C' linkage
  27. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(596): error C2894: templates cannot be declared to have 'C' linkage
  28. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(600): error C2894: templates cannot be declared to have 'C' linkage
  29. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(604): error C2894: templates cannot be declared to have 'C' linkage
  30. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(608): error C2894: templates cannot be declared to have 'C' linkage
  31. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(611): error C2894: templates cannot be declared to have 'C' linkage
  32. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(614): error C2894: templates cannot be declared to have 'C' linkage
  33. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(617): error C2894: templates cannot be declared to have 'C' linkage
  34. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(622): error C2894: templates cannot be declared to have 'C' linkage
  35. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(625): error C2894: templates cannot be declared to have 'C' linkage
  36. 1>c:program filesmicrosoft visual studio 10.0vcincludeiosfwd(628): error C2894: templates cannot be declared to have 'C' linkage
  37. 1>c:program filesmicrosoft visual studio 10.0vcincludelimits(80): error C2894: templates cannot be declared to have 'C' linkage
  38. 1>c:program filesmicrosoft visual studio 10.0vcincludelimits(133): error C2894: templates cannot be declared to have 'C' linkage
  39. 1>c:program filesmicrosoft visual studio 10.0vcincludelimits(139): error C2894: templates cannot be declared to have 'C' linkage
  40. 1>c:program filesmicrosoft visual studio 10.0vcincludelimits(139): fatal error C1003: error count exceeds 100; stopping compilation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement