Build Log
  

Build started: Project: starfield, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "g:\Hacking\0_Game Development\Others\Polygon collision\code\Tutorial 1 - The method of separation axis\Debug\RSP00000160125308.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fp".\Debug/starfield.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /ZI /TP ".\source\Vector.cpp"

".\source\Polygon.cpp"

".\source\main.cpp"

".\source\GameCode.cpp"
]
Creating command line "cl.exe @"g:\Hacking\0_Game Development\Others\Polygon collision\code\Tutorial 1 - The method of separation axis\Debug\RSP00000160125308.rsp" /nologo /errorReport:prompt"
Creating temporary file "g:\Hacking\0_Game Development\Others\Polygon collision\code\Tutorial 1 - The method of separation axis\Debug\RSP00000260125308.rsp" with contents
[
/o ".\Debug/starfield.bsc"

".\debug\main.sbr"

".\debug\Polygon.sbr"

".\debug\Vector.sbr"

".\debug\GameCode.sbr"
]
Creating command line "bscmake.exe @"g:\Hacking\0_Game Development\Others\Polygon collision\code\Tutorial 1 - The method of separation axis\Debug\RSP00000260125308.rsp" /nologo"
Output Window
  
Compiling...
GameCode.cpp
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(51) : warning C4508: 'swap' : function should return a value; 'void' return type assumed
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
main.cpp
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(51) : warning C4508: 'swap' : function should return a value; 'void' return type assumed
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Polygon.cpp
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(51) : warning C4508: 'swap' : function should return a value; 'void' return type assumed
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Vector.cpp
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(51) : warning C4508: 'swap' : function should return a value; 'void' return type assumed
g:\hacking\0_game development\others\polygon collision\code\tutorial 1 - the method of separation axis\source\vector.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Generating Code...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://g:\Hacking\0_Game Development\Others\Polygon collision\code\Tutorial 1 - The method of separation axis\Debug\BuildLog.htm"
starfield - 8 error(s), 4 warning(s)