Build Log
  

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

Command Lines
  
Creating temporary file "d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00002B87764988.rsp" with contents
[
/Od /I "." /I "../../extern/include" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/EterPack.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /Zi ".\md5.c"

".\EterPackPolicy_CSHybridCrypt.cpp"
]
Creating command line "cl.exe @"d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00002B87764988.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00002C87764988.rsp" with contents
[
/Od /I "." /I "../../extern/include" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Yc"StdAfx.h" /Fp".\Debug/EterPack.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /Zi ".\StdAfx.cpp"
]
Creating command line "cl.exe @"d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00002C87764988.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00002D87764988.rsp" with contents
[
/Od /I "." /I "../../extern/include" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/EterPack.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /Zi ".\EterPack.cpp"

".\EterPackManager.cpp"

".\EterPackCursor.cpp"
]
Creating command line "cl.exe @"d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00002D87764988.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00003287764988.rsp" with contents
[
/OUT:".\Debug\EterPack.lib" /LIBPATH:"../../extern/lib" ".\Debug\EterPack.obj"

".\Debug\EterPackCursor.obj"

".\Debug\EterPackManager.obj"

".\Debug\EterPackPolicy_CSHybridCrypt.obj"

".\Debug\md5.obj"

".\Debug\StdAfx.obj"
]
Creating command line "lib.exe @"d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00003287764988.rsp" /NOLOGO"
Creating temporary file "d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00003387764988.rsp" with contents
[
/o ".\Debug/EterPack.bsc"

".\Debug\EterPackCursor.sbr"

".\Debug\EterPackManager.sbr"

".\Debug\StdAfx.sbr"

".\Debug\EterPack.sbr"
]
Creating command line "bscmake.exe @"d:\# METIN2\work in progress\source client\Client\EterPack\Debug\RSP00003387764988.rsp" /nologo"
Output Window
  
Compiling...
StdAfx.cpp
d:\# metin2\work in progress\source client\client\eterbase\filename.h(236) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
Compiling...
md5.c
Generating Code...
Compiling...
EterPackPolicy_CSHybridCrypt.cpp
d:\# metin2\work in progress\source client\client\eterbase\filename.h(236) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
Generating Code...
Compiling...
EterPack.cpp
d:\# metin2\work in progress\source client\client\eterbase\filename.h(236) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
d:\# metin2\work in progress\source client\client\eterpack\Inline.h(14) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\EterPack.cpp(87) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
.\EterPack.cpp(101) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
.\EterPack.cpp(124) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\EterPack.cpp(142) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
.\EterPack.cpp(156) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
.\EterPack.cpp(179) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\EterPack.cpp(252) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\EterPack.cpp(254) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\EterPack.cpp(255) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\EterPack.cpp(370) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\EterPack.cpp(1110) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\EterPack.cpp(1121) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\EterPack.cpp(1221) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\EterPack.cpp(1234) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\EterPack.cpp(1255) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\EterPack.cpp(1263) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
EterPackManager.cpp
d:\# metin2\work in progress\source client\client\eterbase\filename.h(236) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
EterPackCursor.cpp
d:\# metin2\work in progress\source client\client\eterbase\filename.h(236) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
d:\# metin2\work in progress\source client\client\eterpack\Inline.h(14) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
.\EterPackCursor.cpp(19) : 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.
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
Generating Code...
Creating library...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://d:\# METIN2\work in progress\source client\Client\EterPack\Debug\BuildLog.htm"
EterPack - 0 error(s), 24 warning(s)