Advertisement
Kelvin1337

Errors2

Aug 17th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. 1>------ Build started: Project: VSROProj, Configuration: Release Win32 ------
  2. 1>Compiling...
  3. 1>hook.cpp
  4. 1>.\hook.cpp(10) : warning C4309: 'initializing' : truncation of constant value
  5. 1>DllMain.cpp
  6. 1>c:\users\deadly\documents\visual studio 2005\projects\vsroproj\vsroproj\DllMain.h(4) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
  7. 1>CustomUniqueNotifiers.cpp
  8. 1>.\CustomUniqueNotifiers.cpp(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  9. 1>.\CustomUniqueNotifiers.cpp(11) : error C2440: 'initializing' : cannot convert from 'std::_Vector_iterator<_Ty,_Alloc>' to 'int'
  10. 1> with
  11. 1> [
  12. 1> _Ty=std::pair<std::wstring,std::wstring>,
  13. 1> _Alloc=std::allocator<std::pair<std::wstring,std::wstring>>
  14. 1> ]
  15. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  16. 1>.\CustomUniqueNotifiers.cpp(11) : error C2784: 'bool std::operator !=(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)' : could not deduce template argument for 'const std::vector<_Ty,_Alloc> &' from 'int'
  17. 1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\vector(1268) : see declaration of 'std::operator !='
  18. 1>.\CustomUniqueNotifiers.cpp(11) : error C2784: 'bool std::operator !=(const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &,const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &)' : could not deduce template argument for 'const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &' from 'int'
  19. 1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\iterator(277) : see declaration of 'std::operator !='
  20. 1>.\CustomUniqueNotifiers.cpp(11) : error C2784: 'bool std::operator !=(const std::allocator<_Ty> &,const std::allocator<_Other> &) throw()' : could not deduce template argument for 'const std::allocator<_Ty> &' from 'int'
  21. 1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xmemory(181) : see declaration of 'std::operator !='
  22. 1>.\CustomUniqueNotifiers.cpp(11) : error C2784: 'bool std::operator !=(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)' : could not deduce template argument for 'const std::istreambuf_iterator<_Elem,_Traits> &' from 'int'
  23. 1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xutility(2152) : see declaration of 'std::operator !='
  24. 1>.\CustomUniqueNotifiers.cpp(11) : error C2784: 'bool std::operator !=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)' : could not deduce template argument for 'const std::reverse_iterator<_RanIt> &' from 'int'
  25. 1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\xutility(1834) : see declaration of 'std::operator !='
  26. 1>.\CustomUniqueNotifiers.cpp(11) : error C2784: 'bool std::operator !=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)' : could not deduce template argument for 'const std::pair<_Ty1,_Ty2> &' from 'int'
  27. 1> c:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\utility(68) : see declaration of 'std::operator !='
  28. 1>.\CustomUniqueNotifiers.cpp(11) : error C2677: binary '!=' : no global operator found which takes type 'std::_Vector_iterator<_Ty,_Alloc>' (or there is no acceptable conversion)
  29. 1> with
  30. 1> [
  31. 1> _Ty=std::pair<std::wstring,std::wstring>,
  32. 1> _Alloc=std::allocator<std::pair<std::wstring,std::wstring>>
  33. 1> ]
  34. 1>.\CustomUniqueNotifiers.cpp(13) : error C2227: left of '->first' must point to class/struct/union/generic type
  35. 1> type is 'int'
  36. 1>.\CustomUniqueNotifiers.cpp(13) : error C2228: left of '.c_str' must have class/struct/union
  37. 1>.\CustomUniqueNotifiers.cpp(15) : error C2227: left of '->second' must point to class/struct/union/generic type
  38. 1> type is 'int'
  39. 1>.\CustomUniqueNotifiers.cpp(33) : warning C4018: '<' : signed/unsigned mismatch
  40. 1>.\CustomUniqueNotifiers.cpp(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  41. 1>.\CustomUniqueNotifiers.cpp(35) : error C2440: 'initializing' : cannot convert from 'std::pair<_Ty1,_Ty2>' to 'int'
  42. 1> with
  43. 1> [
  44. 1> _Ty1=std::wstring,
  45. 1> _Ty2=std::wstring
  46. 1> ]
  47. 1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  48. 1>.\CustomUniqueNotifiers.cpp(36) : error C2039: 'first' : is not a member of 'System::Int32'
  49. 1> c:\windows\microsoft.net\framework\v2.0.50727\mscorlib.dll : see declaration of 'System::Int32'
  50. 1>.\CustomUniqueNotifiers.cpp(36) : error C2228: left of '.c_str' must have class/struct/union
  51. 1>CTextStringManager.cpp
  52. 1>.\CTextStringManager.cpp(24) : warning C4793: '__asm' : causes native code generation for function 'void CTextStringManager::OnUniqueNameRetrieve(std::wstring *)'
  53. 1> c:\users\deadly\documents\visual studio 2005\projects\vsroproj\vsroproj\CTextStringManager.h(8) : see declaration of 'CTextStringManager::OnUniqueNameRetrieve'
  54. 1>CGInterface.cpp
  55. 1>AssemblyInfo.cpp
  56. 1>VSROProj.cpp
  57. 1>VSROProj - 17 error(s), 3 warning(s)
  58. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement