Build Log
  

Build started: Project: ml_ump, Configuration: Createold|Win32

Command Lines
  
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000A53805884.rsp" with contents
[
/O2 /Ot /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "ML_ex_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MTd /Fp".\Debug/ml_ex.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /TP ".\hashclass.cpp"
]
Creating command line "cl.exe @"d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000A53805884.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000B53805884.rsp" with contents
[
/O2 /Ot /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "ML_ex_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MTd /Fp".\Debug/ml_ex.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /TP "..\winamp\ml_lib.cpp"

"..\winamp\listview.cpp"

"..\winamp\itemlist.cpp"

".\umlp.cpp"
]
Creating command line "cl.exe @"d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000B53805884.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0600" /d "_UNICODE" /d "UNICODE" /l 0x40c /fo"Createold/ex.res" ".\ex.rc""
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\TMP00000C53805884.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Createold\\ml_umlp.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Createold\ml_umlp.dll.embed.manifest.res" "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\TMP00000C53805884.tmp""
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000D53805884.rsp" with contents
[
/OUT:"c:\progra~1\winamp\plugins\ml_umlp.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Createold\ml_umlp.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ASSEMBLYDEBUG:DISABLE /PDB:".\Debug/ml_ex.pdb" /DYNAMICBASE:NO /IMPLIB:".\Debug/ml_ex.lib" /MACHINE:X86 comctl32.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\hashclass.obj"

".\Debug\umlp.obj"

".\Debug\itemlist.obj"

".\Debug\listview.obj"

".\Debug\ml_lib.obj"

".\Createold\ex.res"

".\Createold\ml_umlp.dll.embed.manifest.res"
]
Creating command line "link.exe @"d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000D53805884.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000E53805884.rsp" with contents
[
/out:".\Createold\ml_umlp.dll.embed.manifest" /notify_update /manifest

".\Createold\ml_umlp.dll.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00000E53805884.rsp" /nologo"
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\BAT00000F53805884.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Createold\mt.dep"
]
Creating command line """d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\BAT00000F53805884.bat"""
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\TMP00001053805884.tmp" with contents
[
2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Createold\\ml_umlp.dll.embed.manifest"
]
Creating command line "rc.exe /fo".\Createold\ml_umlp.dll.embed.manifest.res" "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\TMP00001053805884.tmp""
Creating temporary file "d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00001153805884.rsp" with contents
[
/OUT:"c:\progra~1\winamp\plugins\ml_umlp.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Createold\ml_umlp.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ASSEMBLYDEBUG:DISABLE /PDB:".\Debug/ml_ex.pdb" /DYNAMICBASE:NO /IMPLIB:".\Debug/ml_ex.lib" /MACHINE:X86 comctl32.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\hashclass.obj"

".\Debug\umlp.obj"

".\Debug\itemlist.obj"

".\Debug\listview.obj"

".\Debug\ml_lib.obj"

".\Createold\ex.res"

".\Createold\ml_umlp.dll.embed.manifest.res"
]
Creating command line "link.exe @"d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\RSP00001153805884.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
hashclass.cpp
Compiling...
ml_lib.cpp
..\winamp\ml_lib.cpp(113) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
..\winamp\ml_lib.cpp(124) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
..\winamp\ml_lib.cpp(131) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\winamp\ml_lib.cpp(132) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\winamp\ml_lib.cpp(141) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
..\winamp\ml_lib.cpp(142) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
listview.cpp
itemlist.cpp
umlp.cpp
d:\projects\winamp devices plugin\uml plugin\umlp\../winamp/w_char-char.h(45) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(534) : see declaration of 'wcstombs'
d:\projects\winamp devices plugin\uml plugin\umlp\../winamp/w_char-char.h(53) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(534) : see declaration of 'wcstombs'
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cstdio(49) : warning C4995: 'gets': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cstdio(53) : warning C4995: 'sprintf': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cstdio(56) : warning C4995: 'vsprintf': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cstring(22) : warning C4995: 'strcat': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cstring(23) : warning C4995: 'strcpy': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cwchar(36) : warning C4995: 'swprintf': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cwchar(37) : warning C4995: 'vswprintf': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cwchar(39) : warning C4995: 'wcscat': name was marked as #pragma deprecated
C:\Program Files\Microsoft Visual Studio 9.0\VC\include\cwchar(41) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(204) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(206) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(208) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(210) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(212) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(214) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(274) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(274) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(276) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(276) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(280) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(280) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(283) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(283) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(284) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(284) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(286) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(286) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(287) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(287) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(288) : warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(275) : see declaration of 'wcsncpy'
.\umlp.cpp(291) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(291) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(359) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(359) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(391) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(392) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(393) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(394) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(395) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(396) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(397) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(407) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(408) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(409) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(410) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(411) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(412) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(413) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(414) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(415) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(416) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(442) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(442) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(443) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(443) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(453) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(453) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(454) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(454) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(501) : warning C4995: 'strcat': name was marked as #pragma deprecated
.\umlp.cpp(501) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\umlp.cpp(503) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(503) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(506) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(507) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(508) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(509) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(510) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(511) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(512) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(513) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(514) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(515) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(516) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(517) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(518) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(520) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(521) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(522) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(523) : warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
.\umlp.cpp(535) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(535) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(537) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(537) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(543) : warning C4995: 'strcat': name was marked as #pragma deprecated
.\umlp.cpp(543) : 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\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
.\umlp.cpp(545) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(545) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(548) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(548) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(552) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(552) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(561) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(561) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(596) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(596) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(598) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(598) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(605) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(605) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(608) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(608) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(643) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(643) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(714) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(714) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(715) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(715) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(716) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(716) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(795) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(268) : see declaration of 'wcsncat'
.\umlp.cpp(816) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(816) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(818) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(818) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(828) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(828) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(895) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(895) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(896) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(896) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(897) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(962) : warning C4244: '=' : conversion from 'DWORD' to 'short', possible loss of data
.\umlp.cpp(974) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(974) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(958) : warning C4101: 'buff' : unreferenced local variable
.\umlp.cpp(1043) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1043) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1244) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(359) : see declaration of 'wcsicmp'
.\umlp.cpp(1250) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(359) : see declaration of 'wcsicmp'
.\umlp.cpp(1255) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(359) : see declaration of 'wcsicmp'
.\umlp.cpp(1260) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(359) : see declaration of 'wcsicmp'
.\umlp.cpp(1283) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1283) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1284) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1284) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1303) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1303) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1304) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1304) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1308) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(1309) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(1403) : warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(280) : see declaration of 'wcstok'
.\umlp.cpp(1406) : warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(280) : see declaration of 'wcstok'
.\umlp.cpp(1410) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(1410) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(1412) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(1413) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(1425) : warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(280) : see declaration of 'wcstok'
.\umlp.cpp(1527) : warning C4996: 'wcsnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(360) : see declaration of 'wcsnicmp'
.\umlp.cpp(1574) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1574) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1575) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1575) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1576) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1576) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1576) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1577) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1577) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1579) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1579) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1581) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1581) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1582) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1582) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1584) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1584) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1584) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1585) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1585) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1586) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\umlp.cpp(1586) : 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.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\umlp.cpp(1595) : warning C4996: 'wcsnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(360) : see declaration of 'wcsnicmp'
.\umlp.cpp(1597) : warning C4996: 'wcsnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(360) : see declaration of 'wcsnicmp'
.\umlp.cpp(1607) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(359) : see declaration of 'wcsicmp'
.\umlp.cpp(1754) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1754) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1754) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1754) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1754) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1754) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1757) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1757) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1757) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1757) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1757) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1757) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1758) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1758) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1758) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1758) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1758) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1758) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1760) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1760) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1760) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1760) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1760) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1760) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1772) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1772) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1772) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1772) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1772) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1772) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1774) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1774) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1774) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1774) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1774) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1774) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1775) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1775) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1775) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1775) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1775) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1775) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1777) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1777) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1777) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1777) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1777) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(1777) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(1835) : warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(275) : see declaration of 'wcsncpy'
.\umlp.cpp(1845) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1845) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1929) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(1929) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2002) : warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(280) : see declaration of 'wcstok'
.\umlp.cpp(2005) : warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(280) : see declaration of 'wcstok'
.\umlp.cpp(2007) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2007) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2008) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2008) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2010) : warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(280) : see declaration of 'wcstok'
.\umlp.cpp(2042) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2042) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2047) : warning C4996: 'wcsnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(360) : see declaration of 'wcsnicmp'
.\umlp.cpp(2050) : warning C4996: 'wcsnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(360) : see declaration of 'wcsnicmp'
.\umlp.cpp(2055) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(359) : see declaration of 'wcsicmp'
.\umlp.cpp(2090) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2090) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2102) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2102) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2111) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2111) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2133) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2133) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2135) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2135) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2137) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2137) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2143) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2143) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2145) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2145) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2147) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2147) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2208) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2208) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2221) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2221) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2234) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2234) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2235) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2235) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2256) : warning C4995: 'wcscat': name was marked as #pragma deprecated
.\umlp.cpp(2256) : warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(245) : see declaration of 'wcscat'
.\umlp.cpp(2257) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
.\umlp.cpp(2273) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2273) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2276) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2276) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2290) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2290) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2292) : warning C4995: 'wsprintf': name was marked as #pragma deprecated
.\umlp.cpp(2292) : warning C4995: 'wsprintfW': name was marked as #pragma deprecated
.\umlp.cpp(2323) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2323) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2325) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2325) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2326) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2326) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2330) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2330) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2332) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2332) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2334) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2334) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2338) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2338) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2448) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2448) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2450) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2450) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2465) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2465) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2472) : warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(275) : see declaration of 'wcsncpy'
.\umlp.cpp(2482) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2482) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2519) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2519) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2521) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2521) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2527) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2527) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2529) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2529) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2551) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2551) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2558) : warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(275) : see declaration of 'wcsncpy'
.\umlp.cpp(2568) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2568) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2576) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2576) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2583) : warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(275) : see declaration of 'wcsncpy'
.\umlp.cpp(2593) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2593) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(1713) : warning C4101: 'lk' : unreferenced local variable
.\umlp.cpp(2715) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2715) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2716) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2716) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2718) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2718) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2719) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2719) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2792) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2792) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2794) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2794) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2796) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2796) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2798) : warning C4995: 'wcscpy': name was marked as #pragma deprecated
.\umlp.cpp(2798) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(252) : see declaration of 'wcscpy'
.\umlp.cpp(2975) : warning C4800: 'LRESULT' : forcing value to bool 'true' or 'false' (performance warning)
d:\projects\winamp devices plugin\uml plugin\umlp\hashclass.cpp(20) : warning C4996: 'wcsdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsdup. See online help for details.
        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(349) : see declaration of 'wcsdup'
        d:\projects\winamp devices plugin\uml plugin\umlp\hashclass.cpp(19) : while compiling class template member function 'hashvalue::hashvalue(TCHAR *,T,unsigned char)'
        with
        [
            T=wchar_t *
        ]
        .\umlp.cpp(606) : see reference to class template instantiation 'hashvalue' being compiled
        with
        [
            T=wchar_t *
        ]
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : c:\progra~1\winamp\plugins\ml_umlp.dll not found or not built by the last incremental link; performing full link
   Creating library .\Debug/ml_ex.lib and object .\Debug/ml_ex.exp
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://d:\Projects\Winamp devices plugin\UML plugin\umlp\Createold\BuildLog.htm"
ml_ump - 0 error(s), 345 warning(s)