1>------ Build started: Project: MrsDecompiler, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(10) : error C2664: 'SetConsoleTitleW' : cannot convert parameter 1 from 'const char [17]' to 'LPCWSTR'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(32) : error C3861: 'SetConsoleAttribute': identifier not found
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(36) : error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
1> c:\program files\microsoft visual studio 9.0\vc\include\istream(1144): could be 'std::basic_istream<_Elem,_Traits> &std::operator >><std::char_traits<char>>(std::basic_istream<_Elem,_Traits> &,signed char *)'
1> with
1> [
1> _Elem=char,
1> _Traits=std::char_traits<char>
1> ]
1> while trying to match the argument list '(std::istream, std::string)'
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(38) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
1> could be 'built-in C++ operator==(const char [2], const char [2])'
1> c:\program files\microsoft sdks\windows\v6.0a\include\guiddef.h(192): or 'int operator ==(const GUID &,const GUID &)'
1> while trying to match the argument list '(std::string, const char [2])'
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(45) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
1> could be 'built-in C++ operator==(const char [2], const char [2])'
1> c:\program files\microsoft sdks\windows\v6.0a\include\guiddef.h(192): or 'int operator ==(const GUID &,const GUID &)'
1> while trying to match the argument list '(std::string, const char [2])'
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(51) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
1> could be 'built-in C++ operator==(const char [5], const char [5])'
1> c:\program files\microsoft sdks\windows\v6.0a\include\guiddef.h(192): or 'int operator ==(const GUID &,const GUID &)'
1> while trying to match the argument list '(std::string, const char [5])'
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(63) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
1> could be 'built-in C++ operator==(const char [5], const char [5])'
1> c:\program files\microsoft sdks\windows\v6.0a\include\guiddef.h(192): or 'int operator ==(const GUID &,const GUID &)'
1> while trying to match the argument list '(std::string, const char [5])'
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(71) : warning C4129: ' ' : unrecognized character escape sequence
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(71) : warning C4129: ' ' : unrecognized character escape sequence
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(74) : warning C4129: ' ' : unrecognized character escape sequence
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(79) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
1> could be 'built-in C++ operator==(const char [5], const char [5])'
1> c:\program files\microsoft sdks\windows\v6.0a\include\guiddef.h(192): or 'int operator ==(const GUID &,const GUID &)'
1> while trying to match the argument list '(std::string, const char [5])'
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(86) : error C3861: 'sytem': identifier not found
1>c:\visual studio 2008\projects\mrsdecompiler\mrsdecompiler\main.cpp(89) : error C2678: binary '!=' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
1> could be 'built-in C++ operator!=(const char [5], const char [5])'
1> c:\program files\microsoft sdks\windows\v6.0a\include\guiddef.h(197): or 'int operator !=(const GUID &,const GUID &)'
1> while trying to match the argument list '(std::string, const char [5])'
1>Build log was saved at "file://c:\Visual Studio 2008\Projects\MrsDecompiler\MrsDecompiler\Debug\BuildLog.htm"
1>MrsDecompiler - 10 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|