Build Log |
|
Command Lines |
Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\RSP00006E26801456.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 .\UDPFileReceiver.cpp ] Creating command line "cl.exe @c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\RSP00006E26801456.rsp /nologo /errorReport:prompt" Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\RSP00006F26801456.rsp" with contents [ /OUT:"C:\work\net_programming\UDP_File_Server\Debug\UDP_File_Server.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\UDP_File_Server.exe.intermediate.manifest" /DEBUG /PDB:"c:\work\net_programming\UDP_File_Server\debug\UDP_File_Server.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\UDPFileReceiver.obj" ".\Debug\UDP_File_Server.exe.embed.manifest.res" ] Creating command line "link.exe @c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\RSP00006F26801456.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\RSP00007026801456.rsp" with contents [ /out:.\Debug\UDP_File_Server.exe.embed.manifest /notify_update /manifest .\Debug\UDP_File_Server.exe.intermediate.manifest ] Creating command line "mt.exe @c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\RSP00007026801456.rsp /nologo" Creating temporary file "c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\BAT00007126801456.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_Server\Debug\BAT00007126801456.bat" |
Output Window |
Compiling... UDPFileReceiver.cpp c:\work\net_programming\udp_file_server\udp_file_server\udpfilereceiver.cpp(101) : 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_server\udpfilereceiver.cpp(165) : 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.' Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\work\net_programming\UDP_File_Server\UDP_File_Server\Debug\BuildLog.htm" UDP_File_Server - 0 error(s), 2 warning(s) |