| Build Log |
|
| Command Lines |
Creating temporary file "m:\C++\RandomTests\StudentClass\Debug\RSP00000138162880.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\RandomTests.cpp" ] Creating command line "cl.exe @"m:\C++\RandomTests\StudentClass\Debug\RSP00000138162880.rsp" /nologo /errorReport:prompt" |
| Output Window |
Compiling...
RandomTests.cpp
m:\c++\randomtests\studentclass\randomtests.cpp(9) : warning C4273: 'raise' : inconsistent dll linkage
c:\program files\microsoft visual studio 8\vc\include\signal.h(94) : see previous definition of 'raise'
m:\c++\randomtests\studentclass\randomtests.cpp(17) : error C2144: syntax error : 'int' should be preceded by ')'
m:\c++\randomtests\studentclass\randomtests.cpp(17) : error C2661: 'signal' : no overloaded function takes 0 arguments
m:\c++\randomtests\studentclass\randomtests.cpp(17) : error C2059: syntax error : ')'
|
| Results |
Build log was saved at "file://m:\C++\RandomTests\StudentClass\Debug\BuildLog.htm" RandomTests - 3 error(s), 1 warning(s) |