Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 8.88 KB | Hits: 66 | Expires: Never
Copy text to clipboard
  1. Build Log      Build started: Project: TestApp, Configuration: Debug|Win32
  2.  Command Lines      Creating temporary file "c:\Users\----\Documents\Visual Studio 2008\Projects\TestApp\TestApp\Debug\RSP00003976488016.rsp" with contents
  3. [
  4. /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\TestApp.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\TestApp.cpp"
  5. ]
  6. Creating command line "cl.exe @"c:\Users\----\Documents\Visual Studio 2008\Projects\TestApp\TestApp\Debug\RSP00003976488016.rsp" /nologo /errorReport:prompt"
  7. Creating temporary file "c:\Users\----\Documents\Visual Studio 2008\Projects\TestApp\TestApp\Debug\RSP00003A76488016.rsp" with contents
  8. [
  9. /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\TestApp.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\stdafx.cpp"
  10. ]
  11. Creating command line "cl.exe @"c:\Users\----\Documents\Visual Studio 2008\Projects\TestApp\TestApp\Debug\RSP00003A76488016.rsp" /nologo /errorReport:prompt"
  12.  Output Window      Compiling...
  13. stdafx.cpp
  14. Compiling...
  15. TestApp.cpp
  16. c:\users\----\documents\visual studio 2008\projects\testapp\testapp\testapp.cpp(11) : error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
  17.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(653): could be 'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,const char *)'
  18.         with
  19.         [
  20.             _Elem=char,
  21.             _Traits=std::char_traits
  22.         ]
  23.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(700): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,char)'
  24.         with
  25.         [
  26.             _Elem=char,
  27.             _Traits=std::char_traits
  28.         ]
  29.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(738): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,const char *)'
  30.         with
  31.         [
  32.             _Elem=char,
  33.             _Traits=std::char_traits
  34.         ]
  35.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(785): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,char)'
  36.         with
  37.         [
  38.             _Elem=char,
  39.             _Traits=std::char_traits
  40.         ]
  41.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(909): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,const signed char *)'
  42.         with
  43.         [
  44.             _Elem=char,
  45.             _Traits=std::char_traits
  46.         ]
  47.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(916): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,signed char)'
  48.         with
  49.         [
  50.             _Elem=char,
  51.             _Traits=std::char_traits
  52.         ]
  53.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(923): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,const unsigned char *)'
  54.         with
  55.         [
  56.             _Elem=char,
  57.             _Traits=std::char_traits
  58.         ]
  59.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(930): or       'std::basic_ostream<_Elem,_Traits> &std::operator <<>(std::basic_ostream<_Elem,_Traits> &,unsigned char)'
  60.         with
  61.         [
  62.             _Elem=char,
  63.             _Traits=std::char_traits
  64.         ]
  65.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(170): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits> &(__cdecl *)(std::basic_ostream<_Elem,_Traits> &))'
  66.         with
  67.         [
  68.             _Elem=char,
  69.             _Traits=std::char_traits
  70.         ]
  71.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(176): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ios<_Elem,_Traits> &(__cdecl *)(std::basic_ios<_Elem,_Traits> &))'
  72.         with
  73.         [
  74.             _Elem=char,
  75.             _Traits=std::char_traits
  76.         ]
  77.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(183): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::ios_base &(__cdecl *)(std::ios_base &))'
  78.         with
  79.         [
  80.             _Elem=char,
  81.             _Traits=std::char_traits
  82.         ]
  83.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(190): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::_Bool)'
  84.         with
  85.         [
  86.             _Elem=char,
  87.             _Traits=std::char_traits
  88.         ]
  89.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(210): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(short)'
  90.         with
  91.         [
  92.             _Elem=char,
  93.             _Traits=std::char_traits
  94.         ]
  95.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(243): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned short)'
  96.         with
  97.         [
  98.             _Elem=char,
  99.             _Traits=std::char_traits
  100.         ]
  101.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(263): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__w64 int)'
  102.         with
  103.         [
  104.             _Elem=char,
  105.             _Traits=std::char_traits
  106.         ]
  107.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(288): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__w64 unsigned int)'
  108.         with
  109.         [
  110.             _Elem=char,
  111.             _Traits=std::char_traits
  112.         ]
  113.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(308): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(long)'
  114.         with
  115.         [
  116.             _Elem=char,
  117.             _Traits=std::char_traits
  118.         ]
  119.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(328): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__w64 unsigned long)'
  120.         with
  121.         [
  122.             _Elem=char,
  123.             _Traits=std::char_traits
  124.         ]
  125.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(349): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__int64)'
  126.         with
  127.         [
  128.             _Elem=char,
  129.             _Traits=std::char_traits
  130.         ]
  131.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(369): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
  132.         with
  133.         [
  134.             _Elem=char,
  135.             _Traits=std::char_traits
  136.         ]
  137.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(390): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(float)'
  138.         with
  139.         [
  140.             _Elem=char,
  141.             _Traits=std::char_traits
  142.         ]
  143.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(410): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(double)'
  144.         with
  145.         [
  146.             _Elem=char,
  147.             _Traits=std::char_traits
  148.         ]
  149.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(430): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(long double)'
  150.         with
  151.         [
  152.             _Elem=char,
  153.             _Traits=std::char_traits
  154.         ]
  155.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(450): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(const void *)'
  156.         with
  157.         [
  158.             _Elem=char,
  159.             _Traits=std::char_traits
  160.         ]
  161.         c:\program files\microsoft visual studio 9.0\vc\include\ostream(470): or       'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_streambuf<_Elem,_Traits> *)'
  162.         with
  163.         [
  164.             _Elem=char,
  165.             _Traits=std::char_traits
  166.         ]
  167.         while trying to match the argument list '(std::basic_ostream<_Elem,_Traits>, std::string)'
  168.         with
  169.         [
  170.             _Elem=char,
  171.             _Traits=std::char_traits
  172.         ]
  173.  Results      Build log was saved at "file://c:\Users\----\Documents\Visual Studio 2008\Projects\TestApp\TestApp\Debug\BuildLog.htm"
  174. TestApp - 1 error(s), 0 warning(s)