Build Log
  

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

Command Lines
  
Creating temporary file "d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Release\RSP0000439761500.rsp" with contents
[
/O2 /Ob1 /I "..\util" /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/net.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /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\Release\RSP0000439761500.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Program Files\MVS_UTILITIES\PLib\PLib-1.8.5\plib-1.8.5\src\net\Release\RSP0000469761500.rsp" with contents
[
/OUT:".\Release\net.lib" ".\release\netBuffer.obj"

".\release\netChannel.obj"

".\release\netChat.obj"

".\release\netMessage.obj"

".\release\netMonitor.obj"

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

copy release\*.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\Release\BAT0000479761500.bat"""
Output Window
  
Compiling...
netBuffer.cxx
..\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\../include/string.h(74) : see declaration of 'strcpy'
..\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\../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\../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\../include/string.h(157) : see declaration of 'strncpy'
netSocket.cxx
..\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\../include/string.h(74) : see declaration of 'strcpy'
..\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\../include/string.h(79) : see declaration of 'strcat'
.\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\../include/stdio.h(345) : see declaration of 'sprintf'
.\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\../include/stdio.h(345) : see declaration of 'vsprintf'
netMonitor.cxx
..\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\../include/string.h(74) : see declaration of 'strcpy'
..\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\../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\../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\../include/string.h(157) : see declaration of 'strncpy'
netMessage.cxx
..\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\../include/string.h(74) : see declaration of 'strcpy'
..\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\../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\../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\../include/string.h(157) : see declaration of 'strncpy'
netChat.cxx
..\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\../include/string.h(74) : see declaration of 'strcpy'
..\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\../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\../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\../include/string.h(157) : see declaration of 'strncpy'
netChannel.cxx
..\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\../include/string.h(74) : see declaration of 'strcpy'
..\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\../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\../include/string.h(126) : see declaration of 'strerror'
Generating Code...
Creating library...
Copy Library to plib directory
release\net.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\Release\BuildLog.htm"
net - 0 error(s), 23 warning(s)