Build Log
  

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

Command Lines
  
Creating temporary file "d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\RSP00000139007340.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "enum_mutex_DLL_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/enum_mutex_dll.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\enumMutex.cpp
]
Creating command line "cl.exe @d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\RSP00000139007340.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\RSP00000239007340.rsp" with contents
[
/OUT:"./../.././enumMutex.dll" /INCREMENTAL:NO /DLL /MANIFEST:NO /DEF:".\EnumMutex.def" /PDB:".\Release/enum_mutex.pdb" /DYNAMICBASE:NO /IMPLIB:".\Release/enum_mutex.lib" /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\enumMutex.obj"
]
Creating command line "link.exe @d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\RSP00000239007340.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\BAT00000339007340.bat" with contents
[
@echo off

.update_projects.bat

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line "d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\BAT00000339007340.bat"
Output Window
  
Compiling...
enumMutex.cpp
.\enumMutex.cpp(94) : 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.
        D:\vs2008\VC\include\stdio.h(237) : see declaration of 'fopen'
.\enumMutex.cpp(137) : 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.
        D:\vs2008\VC\include\stdio.h(237) : see declaration of 'fopen'
.\enumMutex.cpp(259) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(358) : see declaration of '_snprintf'
.\enumMutex.cpp(293) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(294) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(303) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(304) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(313) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(314) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(321) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(322) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(327) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(328) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(368) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(373) : warning C4996: 'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        D:\vs2008\VC\include\stdlib.h(534) : see declaration of 'wcstombs'
Linking...
.\EnumMutex.def(2) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
   Creating library .\Release/enum_mutex.lib and object .\Release/enum_mutex.exp
Performing Post-Build Event...
        1 file(s) copied.
remember to update res file for proc_lib2
Press any key to continue . . . 
Results
  
Build log was saved at "file://d:\_code\iDef\SysAnalyzer\source\enumMutex_dll\Release\BuildLog.htm"
enumMutex_dll - 0 error(s), 16 warning(s)