Build Log
  

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

Command Lines
  
Creating temporary file "d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\RSP00001F976424.rsp" with contents
[
/Od /I "..\util" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fp".\Debug/net.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP ".\netBuffer.cxx"

".\netSocket.cxx"

".\netMonitor.cxx"

".\netMessage.cxx"

".\netChat.cxx"

".\netChannel.cxx"
]
Creating command line "cl.exe @"d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\RSP00001F976424.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\RSP000023976424.rsp" with contents
[
/OUT:"Debug\net_d.lib" ".\debug\netBuffer.obj"

".\debug\netChannel.obj"

".\debug\netChat.obj"

".\debug\netMessage.obj"

".\debug\netMonitor.obj"

".\debug\netSocket.obj"
]
Creating command line "lib.exe @"d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\RSP000023976424.rsp" /NOLOGO"
Creating temporary file "d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\BAT000024976424.bat" with contents
[
@echo off

copy debug\*.lib ..\..\*.*

copy net.h ..\..\net.h

copy netBuffer.h ..\..\netBuffer.h

copy netChannel.h ..\..\netChannel.h

copy netChat.h ..\..\netChat.h

copy netMessage.h ..\..\netMessage.h

copy netMonitor.h ..\..\netMonitor.h

copy netSocket.h ..\..\netSocket.h



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Copy Library to plib directory"

exit 1

:VCEnd
]
Creating command line """d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\BAT000024976424.bat"""
Output Window
  
Compiling...
netChannel.cxx
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netchannel.h(109) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(126) : see declaration of 'strerror'
netChat.cxx
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netchannel.h(109) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(126) : see declaration of 'strerror'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netbuffer.h(94) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
netMessage.cxx
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netchannel.h(109) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(126) : see declaration of 'strerror'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netbuffer.h(94) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
netMonitor.cxx
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netchannel.h(109) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(126) : see declaration of 'strerror'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netbuffer.h(94) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
netSocket.cxx
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netsocket.cxx(115) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netsocket.cxx(498) : warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'vsprintf'
netBuffer.cxx
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(79) : see declaration of 'strcat'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netchannel.h(109) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(126) : see declaration of 'strerror'
d:\program files\mvs_utilities\plib\plib-1.8.5\plib-1.8.5\src\net\netbuffer.h(94) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 8\vc\include\string.h(157) : see declaration of 'strncpy'
Generating Code...
Creating library...
Copy Library to plib directory
debug\net_d.lib
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
        1 fichier(s) copié(s).
Results
  
Build log was saved at "file://d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Debug\BuildLog.htm"
net - 0 error(s), 23 warning(s)