Build Log
  

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

Command Lines
  
Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\RSP00007226803240.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\UDPFileSender.cpp
]
Creating command line "cl.exe @c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\RSP00007226803240.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\RSP00007326803240.rsp" with contents
[
/OUT:"C:\work\net_programming\UDP_File_Server\Debug\UDP_File_Client.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\UDP_File_Client.exe.intermediate.manifest" /DEBUG /PDB:"c:\work\net_programming\UDP_File_Server\debug\UDP_File_Client.pdb" /SUBSYSTEM:CONSOLE /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\UDPFileSender.obj"

".\Debug\UDP_File_Client.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\RSP00007326803240.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\RSP00007426803240.rsp" with contents
[
/out:.\Debug\UDP_File_Client.exe.embed.manifest /notify_update /manifest

.\Debug\UDP_File_Client.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\RSP00007426803240.rsp /nologo"
Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\BAT00007526803240.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\BAT00007526803240.bat"
Output Window
  
Compiling...
UDPFileSender.cpp
c:\work\net_programming\udp_file_server\udp_file_client\udpfilesender.cpp(91) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\work\net_programming\udp_file_server\udp_file_client\udpfilesender.cpp(144) : warning C4996: '_ftime64' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\sys\timeb.h(152) : see declaration of '_ftime64'
        Message: 'This function or variable may be unsafe. Consider using _ftime64_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\work\net_programming\udp_file_server\udp_file_client\udpfilesender.cpp(149) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\work\net_programming\udp_file_server\udp_file_client\udpfilesender.cpp(207) : warning C4996: '_ftime64' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\sys\timeb.h(152) : see declaration of '_ftime64'
        Message: 'This function or variable may be unsafe. Consider using _ftime64_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\work\net_programming\udp_file_server\udp_file_client\udpfilesender.cpp(209) : warning C4244: 'initializing' : conversion from '__time64_t' to 'double', possible loss of data
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\work\net_programming\UDP_File_Server\UDP_File_Client\Debug\BuildLog.htm"
UDP_File_Client - 0 error(s), 5 warning(s)