Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error C2440 '=': cannot convert from 'std::byte' to 'byte' dcx C:\Users\deVilbaT\Desktop\dcxdll-C-14\Dcx.cpp 31
  3.  
  4. Severity Code Description Project File Line Suppression State
  5. Error C2678 binary '<': no operator found which takes a left-hand operand of type 'const byte' (or there is no acceptable conversion) dcx C:\Users\deVilbaT\Desktop\dcxdll-C-14\Dcx.cpp 625
  6.  
  7. Severity Code Description Project File Line Suppression State
  8. Error C2664 '_IntType std::to_integer<BYTE,0>(const std::byte) noexcept': cannot convert argument 1 from 'const byte' to 'const std::byte' dcx C:\Users\deVilbaT\Desktop\dcxdll-C-14\Dcx.cpp 631
  9.  
  10. Severity Code Description Project File Line Suppression State
  11. Error C2660 'SetLayeredWindowAttributes': function does not take 3 arguments dcx C:\Users\deVilbaT\Desktop\dcxdll-C-14\Dcx.cpp 631
  12.  
  13.  
  14.  
  15. Whole Output error:
  16. Dcx.cpp(31): error C2440: '=': cannot convert from 'std::byte' to 'byte'
  17. Dcx.cpp(31): note: This conversion requires an explicit cast (static_cast, C-style cast or function-style cast)
  18. Dcx.cpp(625): error C2678: binary '<': no operator found which takes a left-hand operand of type 'const byte' (or there is no acceptable conversion)
  19. c:\users\devilbat\desktop\dcxdll-c-14\classes\tinyxml\tinystr.h(289): note: could be 'bool operator <(const TiXmlString &,const TiXmlString &)'
  20. C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\include\system_error(400): note: or 'bool std::operator <(const std::error_code &,const std::error_code &) noexcept' [found using argument-dependent lookup]
  21. C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\include\system_error(407): note: or 'bool std::operator <(const std::error_condition &,const std::error_condition &) noexcept' [found using argument-dependent lookup]
  22. Dcx.cpp(625): note: while trying to match the argument list '(const byte, std::byte)'
  23. Dcx.cpp(631): error C2664: '_IntType std::to_integer<BYTE,0>(const std::byte) noexcept': cannot convert argument 1 from 'const byte' to 'const std::byte'
  24. with
  25. [
  26. _IntType=BYTE
  27. ]
  28. Dcx.cpp(631): note: Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
  29. Dcx.cpp(631): error C2660: 'SetLayeredWindowAttributes': function does not take 3 arguments
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement