Build Log
  

Rebuild started: Project: UDPSplit, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002665647008.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W4 /c /ZI /TC /analyze ".\Utils.c"

".\Main.c"

".\Globals.c"
]
Creating command line "cl.exe @"p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002665647008.rsp" /nologo /errorReport:prompt"
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\TMP00002765647008.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\UDPSplit.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\UDPSplit.exe.embed.manifest.res" "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\TMP00002765647008.tmp""
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002865647008.rsp" with contents
[
/OUT:"P:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\UDPSplit.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\UDPSplit.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"P:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\UDPSplit.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\Globals.obj"

".\Debug\Main.obj"

".\Debug\Utils.obj"

".\Debug\UDPSplit.exe.embed.manifest.res"
]
Creating command line "link.exe @"p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002865647008.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002965647008.rsp" with contents
[
/out:".\Debug\UDPSplit.exe.embed.manifest" /notify_update /manifest

".\Debug\UDPSplit.exe.intermediate.manifest"
]
Creating command line "mt.exe @"p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002965647008.rsp" /nologo"
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\BAT00002A65647008.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\BAT00002A65647008.bat"""
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\TMP00002B65647008.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\UDPSplit.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\UDPSplit.exe.embed.manifest.res" "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\TMP00002B65647008.tmp""
Creating temporary file "p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002C65647008.rsp" with contents
[
/OUT:"P:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\UDPSplit.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\UDPSplit.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\UDPSplit.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\Globals.obj"

".\Debug\Main.obj"

".\Debug\Utils.obj"

".\Debug\UDPSplit.exe.embed.manifest.res"
]
Creating command line "link.exe @"p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\RSP00002C65647008.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
Globals.c
Main.c
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(108) : warning C4127: conditional expression is constant
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(115) : warning C4127: conditional expression is constant
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(191) : warning C4127: conditional expression is constant
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(198) : warning C4127: conditional expression is constant
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(61) : warning C4100: 'pParam' : unreferenced formal parameter
Utils.c
p:\personal data\software\other\software development\c++\other\udpsplit\utils.c(844) : warning C4101: 'service' : unreferenced local variable
p:\personal data\software\other\software development\c++\other\udpsplit\utils.c(842) : warning C4189: 'addrlen' : local variable is initialized but not referenced
p:\personal data\software\other\software development\c++\other\udpsplit\utils.c(845) : warning C4101: 'buf' : unreferenced local variable
p:\personal data\software\other\software development\c++\other\udpsplit\utils.c(843) : warning C4101: 'hostname' : unreferenced local variable
p:\personal data\software\other\software development\c++\other\udpsplit\utils.c(841) : warning C4101: 'addr' : unreferenced local variable
Running Code Analysis for C/C++...
Generating Code...
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(259) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(261) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(263) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(264) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(265) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(268) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(270) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(271) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(273) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(275) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(277) : warning C4702: unreachable code
p:\personal data\software\other\software development\c++\other\udpsplit\main.c(282) : warning C4702: unreachable code
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://p:\Personal data\Software\Other\Software development\C++\Other\UDPSplit\Debug\BuildLog.htm"
UDPSplit - 0 error(s), 22 warning(s)