Build Log |
|
Command Lines |
Creating temporary file "f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\Debug\RSP000015.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP ".\main.cpp" ] Creating command line "cl.exe @"f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\Debug\RSP000015.rsp" /nologo" |
Output Window |
Compiling... main.cpp f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\main.cpp(97) : error C2512: 'type_info' : no appropriate default constructor available f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\main.cpp(98) : error C2512: 'type_info' : no appropriate default constructor available f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\main.cpp(102) : error C2899: typename cannot be used outside a template declaration f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\main.cpp(102) : error C2679: binary '=' : no operator found which takes a right-hand operand of type 'unsigned int [4]' (or there is no acceptable conversion) f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\main.cpp(103) : error C2248: 'type_info::operator`='' : cannot access private member declared in class 'type_info' e:\Programy\Visual C++ 2003\Vc7\include\typeinfo.h(52) : see declaration of 'type_info::operator`='' e:\Programy\Visual C++ 2003\Vc7\include\typeinfo.h(40) : see declaration of 'type_info' f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\main.cpp(105) : error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'type_info' (or there is no acceptable conversion) |
Results |
Build log was saved at "file://f:\Programowanie\Projekty\C++\konkurs unitu\hello world\hello world\Debug\BuildLog.htm" hello world - 6 error(s), 0 warning(s) |