Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. All packages are already installed and there is nothing to restore.
  2. NuGet package restore finished.
  3. 1>------ Build started: Project: PleaseWork, Configuration: Debug Win32 ------
  4. 1> please.cpp
  5. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h : warning C4821: Unable to determine Unicode encoding type, please save the file with signature (BOM)
  6. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3873: '0x81': this character is not allowed as a first character of an identifier
  7. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x3'
  8. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  9. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2146: syntax error: missing ';' before identifier 'MmSt'
  10. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x1'
  11. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3872: '0x4': this character is not allowed in an identifier
  12. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x17'
  13. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3872: '0x81': this character is not allowed in an identifier
  14. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x7f'
  15. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3872: '0xbf': this character is not allowed in an identifier
  16. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x18'
  17. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x1d'
  18. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3873: '0x201d': this character is not allowed as a first character of an identifier
  19. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3873: '0xa5': this character is not allowed as a first character of an identifier
  20. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x8'
  21. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3872: '0x24': this character is not allowed in an identifier
  22. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3873: '0xa6': this character is not allowed as a first character of an identifier
  23. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3873: '0xa0': this character is not allowed as a first character of an identifier
  24. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x10'
  25. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x6'
  26. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C3873: '0x90': this character is not allowed as a first character of an identifier
  27. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): error C2018: unknown character '0x40'
  28. 1>c:\program files (x86)\windows kits\8.1\include\shared\specstrings_undef.h(1): fatal error C1004: unexpected end-of-file found
  29. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement