Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Release\RSP000007.rsp" with contents
[
/O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /ML /GS /Yu"stdafx.h" /Fp"Release/Beacon.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP
".\SocketSwitch.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Release\RSP000007.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Release\RSP000008.rsp" with contents
[
/O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /ML /GS /Yc"stdafx.h" /Fp"Release/Beacon.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /Wp64 /Zi /TP
".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Release\RSP000008.rsp" /nologo"
Creating command line "rc.exe /fo"Release/SocketSwitch.res" ".\SocketSwitch.rc""
Creating temporary file "c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Release\RSP000009.rsp" with contents
[
/OUT:"Release/Beacon.exe" /INCREMENTAL:NO /NOLOGO /DEBUG /PDB:"Release/Beacon.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /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
".\Release\SocketSwitch.obj"
".\Release\stdafx.obj"
".\Release\SocketSwitch.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Cmpdlle1\My Documents\Projects\Beacon\Release\RSP000009.rsp""
Output Window
  
Compiling...
stdafx.cpp
Compiling...
SocketSwitch.cpp
SocketSwitch.cpp(520) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
SocketSwitch.cpp(526) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
SocketSwitch.cpp(538) : warning C4244: '=' : conversion from 'LRESULT' to 'int', possible loss of data
SocketSwitch.cpp(590) : warning C4805: '!=' : unsafe mix of type 'int' and type 'bool' in operation
SocketSwitch.cpp(605) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
SocketSwitch.cpp(655) : warning C4244: 'argument' : conversion from 'SOCKET' to 'int', possible loss of data
SocketSwitch.cpp(573) : warning C4101: 'nSize' : unreferenced local variable
SocketSwitch.cpp(571) : warning C4101: 'sClientAddr' : unreferenced local variable
SocketSwitch.cpp(575) : warning C4101: 'sListenSet' : unreferenced local variable
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\Release\BuildLog.htm"
Beacon - 0 error(s), 10 warning(s)