Build Log
  

------- Build started: Project: Beacon, Configuration: Debug|Win32 -------

Command Lines
  
Creating temporary file "c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\RSP000001.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Yu"stdafx.h" /Fp"Debug/Beacon.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
".\SocketSwitch.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\RSP000001.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\RSP000002.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Yc"stdafx.h" /Fp"Debug/Beacon.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\RSP000002.rsp" /nologo"
Creating command line "rc.exe /fo"Debug/SocketSwitch.res" ".\SocketSwitch.rc""
Creating temporary file "c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\RSP000003.rsp" with contents
[
/OUT:"Debug/Beacon.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/SocketSwitch.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 Ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\Debug\SocketSwitch.obj"
".\Debug\stdafx.obj"
".\Debug\SocketSwitch.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\RSP000003.rsp""
Output Window
  
Compiling...
stdafx.cpp
Compiling...
SocketSwitch.cpp
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(520) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(526) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(538) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(590) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(605) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(655) : warning C4244: 'argument' : conversion from 'SOCKET' to 'int', possible loss of data
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(573) : warning C4101: 'nSize' : unreferenced local variable
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(571) : warning C4101: 'sClientAddr' : unreferenced local variable
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(575) : warning C4101: 'sListenSet' : unreferenced local variable
c:\Documents and Settings\CMPDLLE1\My Documents\Projects\Beacon\SocketSwitch.cpp(795) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
Compiling resources...
Linking...
Results
  
Build log was saved at "file://c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Debug\BuildLog.htm"
Beacon - 0 error(s), 10 warning(s)