Build Log
  

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

Command Lines
  
Creating temporary file "d:\source\DisasmViewer\Release\RSP00000136721608.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp".\Release/DisasmViewer.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\StdAfx.cpp
]
Creating command line "cl.exe @d:\source\DisasmViewer\Release\RSP00000136721608.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\source\DisasmViewer\Release\RSP00000236721608.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp".\Release/DisasmViewer.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\DisasmViewerDlg.cpp

.\DisasmViewer.cpp

.\disasm\DisasmFactory.cpp

.\disasm\disasm.cpp

.\disasm\assembl.cpp

.\disasm\asmserv.cpp
]
Creating command line "cl.exe @d:\source\DisasmViewer\Release\RSP00000236721608.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\source\DisasmViewer\Release\RSP00000336721608.rsp" with contents
[
/OUT:".\output/DisasmViewer.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Release\DisasmViewer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:".\Release/DisasmViewer.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /MACHINE:X86 distorm.lib libdasm.lib

".\Release\asmserv.obj"

".\Release\assembl.obj"

".\Release\disasm.obj"

".\Release\DisasmFactory.obj"

".\Release\DisasmViewer.obj"

".\Release\DisasmViewer.res"

".\Release\DisasmViewerDlg.obj"

".\Release\StdAfx.obj"
]
Creating command line "link.exe @d:\source\DisasmViewer\Release\RSP00000336721608.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\source\DisasmViewer\Release\RSP00000436721608.rsp" with contents
[
/outputresource:".\output\DisasmViewer.exe;#1" /manifest

.\Release\DisasmViewer.exe.intermediate.manifest
]
Creating command line "mt.exe @d:\source\DisasmViewer\Release\RSP00000436721608.rsp /nologo"
Creating temporary file "d:\source\DisasmViewer\Release\BAT00000536721608.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "d:\source\DisasmViewer\Release\BAT00000536721608.bat"
Output Window
  
Compiling...
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0600 (Windows Vista)
Compiling...
DisasmViewerDlg.cpp
DisasmViewer.cpp
.\DisasmViewer.cpp(52) : warning C4996: 'CWinApp::Enable3dControls': CWinApp::Enable3dControls is no longer needed. You should remove this call.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\afxwin.h(4818) : see declaration of 'CWinApp::Enable3dControls'
DisasmFactory.cpp
.\disasm\DisasmFactory.cpp(5) : warning C4603: 'STRICT' : macro is not defined or definition is different after precompiled header use
        Add macro to precompiled header instead of defining here
        .\disasm\DisasmFactory.cpp(7) : use of precompiled header
d:\source\disasmviewer\disasm\disasm.h(182) : warning C4005: 'REG_EAX' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(92) : see previous definition of 'REG_EAX'
d:\source\disasmviewer\disasm\disasm.h(183) : warning C4005: 'REG_ECX' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(97) : see previous definition of 'REG_ECX'
d:\source\disasmviewer\disasm\disasm.h(184) : warning C4005: 'REG_EDX' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(102) : see previous definition of 'REG_EDX'
d:\source\disasmviewer\disasm\disasm.h(185) : warning C4005: 'REG_EBX' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(107) : see previous definition of 'REG_EBX'
d:\source\disasmviewer\disasm\disasm.h(186) : warning C4005: 'REG_ESP' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(112) : see previous definition of 'REG_ESP'
d:\source\disasmviewer\disasm\disasm.h(187) : warning C4005: 'REG_EBP' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(117) : see previous definition of 'REG_EBP'
d:\source\disasmviewer\disasm\disasm.h(188) : warning C4005: 'REG_ESI' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(122) : see previous definition of 'REG_ESI'
d:\source\disasmviewer\disasm\disasm.h(189) : warning C4005: 'REG_EDI' : macro redefinition
        d:\source\disasmviewer\disasm\libdasm.h(126) : see previous definition of 'REG_EDI'
.\disasm\DisasmFactory.cpp(47) : 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'
.\disasm\DisasmFactory.cpp(48) : 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'
.\disasm\DisasmFactory.cpp(49) : 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'
.\disasm\DisasmFactory.cpp(94) : warning C4018: '<' : signed/unsigned mismatch
disasm.cpp
.\disasm\disasm.cpp(20) : warning C4603: 'STRICT' : macro is not defined or definition is different after precompiled header use
        Add macro to precompiled header instead of defining here
        .\disasm\disasm.cpp(21) : use of precompiled header
.\disasm\disasm.cpp(75) : 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'
.\disasm\disasm.cpp(76) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(78) : 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'
.\disasm\disasm.cpp(90) : 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'
.\disasm\disasm.cpp(92) : 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'
.\disasm\disasm.cpp(103) : 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'
.\disasm\disasm.cpp(113) : 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'
.\disasm\disasm.cpp(140) : 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'
.\disasm\disasm.cpp(142) : 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'
.\disasm\disasm.cpp(146) : 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'
.\disasm\disasm.cpp(148) : 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'
.\disasm\disasm.cpp(149) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(158) : 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'
.\disasm\disasm.cpp(160) : 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'
.\disasm\disasm.cpp(163) : 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'
.\disasm\disasm.cpp(203) : 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'
.\disasm\disasm.cpp(236) : 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'
.\disasm\disasm.cpp(376) : 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'
.\disasm\disasm.cpp(388) : 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'
.\disasm\disasm.cpp(389) : 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'
.\disasm\disasm.cpp(392) : 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'
.\disasm\disasm.cpp(394) : 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'
.\disasm\disasm.cpp(397) : 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'
.\disasm\disasm.cpp(508) : 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'
.\disasm\disasm.cpp(510) : 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'
.\disasm\disasm.cpp(512) : 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'
.\disasm\disasm.cpp(513) : 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'
.\disasm\disasm.cpp(531) : warning C4996: 'memicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _memicmp. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(62) : see declaration of 'memicmp'
.\disasm\disasm.cpp(533) : 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'
.\disasm\disasm.cpp(542) : 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'
.\disasm\disasm.cpp(591) : 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'
.\disasm\disasm.cpp(597) : 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'
.\disasm\disasm.cpp(599) : 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'
.\disasm\disasm.cpp(601) : 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'
.\disasm\disasm.cpp(627) : 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'
.\disasm\disasm.cpp(638) : 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'
.\disasm\disasm.cpp(639) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(651) : 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'
.\disasm\disasm.cpp(652) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(664) : 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'
.\disasm\disasm.cpp(665) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(809) : 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'
.\disasm\disasm.cpp(830) : 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'
.\disasm\disasm.cpp(831) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(832) : 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'
.\disasm\disasm.cpp(841) : 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'
.\disasm\disasm.cpp(906) : 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'
.\disasm\disasm.cpp(939) : 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'
.\disasm\disasm.cpp(956) : 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'
.\disasm\disasm.cpp(957) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(216) : see declaration of 'strlwr'
.\disasm\disasm.cpp(1147) : 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'
.\disasm\disasm.cpp(1151) : 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'
.\disasm\disasm.cpp(1154) : 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'
.\disasm\disasm.cpp(1159) : 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'
.\disasm\disasm.cpp(1160) : 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'
.\disasm\disasm.cpp(1161) : 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'
.\disasm\disasm.cpp(1165) : 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'
.\disasm\disasm.cpp(1171) : 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'
.\disasm\disasm.cpp(1199) : 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'
.\disasm\disasm.cpp(1201) : 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'
.\disasm\disasm.cpp(1203) : 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'
.\disasm\disasm.cpp(1205) : 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'
.\disasm\disasm.cpp(1207) : 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'
.\disasm\disasm.cpp(1209) : 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'
.\disasm\disasm.cpp(1211) : 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'
.\disasm\disasm.cpp(1214) : 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'
.\disasm\disasm.cpp(1216) : 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'
.\disasm\disasm.cpp(1219) : 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'
.\disasm\disasm.cpp(1221) : 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'
.\disasm\disasm.cpp(1223) : 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'
.\disasm\disasm.cpp(1226) : 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'
.\disasm\disasm.cpp(1228) : 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'
.\disasm\disasm.cpp(1230) : 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'
.\disasm\disasm.cpp(1232) : 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'
.\disasm\disasm.cpp(1234) : 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'
assembl.cpp
.\disasm\assembl.cpp(22) : warning C4603: 'STRICT' : macro is not defined or definition is different after precompiled header use
        Add macro to precompiled header instead of defining here
        .\disasm\assembl.cpp(23) : use of precompiled header
.\disasm\assembl.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'
.\disasm\assembl.cpp(141) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(221) : see declaration of 'strupr'
.\disasm\assembl.cpp(683) : 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'
.\disasm\assembl.cpp(693) : 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'
.\disasm\assembl.cpp(697) : 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'
.\disasm\assembl.cpp(702) : 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'
.\disasm\assembl.cpp(704) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(221) : see declaration of 'strupr'
.\disasm\assembl.cpp(706) : 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'
.\disasm\assembl.cpp(707) : 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'
.\disasm\assembl.cpp(708) : 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'
.\disasm\assembl.cpp(709) : 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'
.\disasm\assembl.cpp(735) : 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'
.\disasm\assembl.cpp(737) : 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'
.\disasm\assembl.cpp(807) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(217) : see declaration of 'strnicmp'
.\disasm\assembl.cpp(1051) : 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'
.\disasm\assembl.cpp(1066) : 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'
.\disasm\assembl.cpp(1070) : 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'
.\disasm\assembl.cpp(1072) : 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'
.\disasm\assembl.cpp(1074) : 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'
.\disasm\assembl.cpp(1076) : 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'
.\disasm\assembl.cpp(1078) : 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'
.\disasm\assembl.cpp(1080) : 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'
.\disasm\assembl.cpp(1082) : 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'
.\disasm\assembl.cpp(1084) : 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'
.\disasm\assembl.cpp(1086) : 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'
.\disasm\assembl.cpp(1088) : 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'
.\disasm\assembl.cpp(1090) : 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'
.\disasm\assembl.cpp(1092) : 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'
.\disasm\assembl.cpp(1112) : 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'
.\disasm\assembl.cpp(1118) : 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'
.\disasm\assembl.cpp(1235) : 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'
.\disasm\assembl.cpp(1273) : 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'
.\disasm\assembl.cpp(1317) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1323) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1326) : 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'
.\disasm\assembl.cpp(1344) : 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'
.\disasm\assembl.cpp(1351) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1352) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1355) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1358) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1366) : 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'
.\disasm\assembl.cpp(1367) : warning C4309: '=' : truncation of constant value
.\disasm\assembl.cpp(1376) : 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'
.\disasm\assembl.cpp(1393) : 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'
asmserv.cpp
.\disasm\asmserv.cpp(21) : warning C4603: 'STRICT' : macro is not defined or definition is different after precompiled header use
        Add macro to precompiled header instead of defining here
        .\disasm\asmserv.cpp(23) : use of precompiled header
.\disasm\asmserv.cpp(101) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(101) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(111) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(111) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(224) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(225) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(226) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(226) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(227) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(227) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(227) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(228) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(228) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(228) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(229) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(229) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(230) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(230) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(230) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(231) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(231) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(232) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(232) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(232) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(237) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(237) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(238) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(238) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(245) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(246) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(247) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(249) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(250) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(251) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(252) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(253) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(254) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(255) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(255) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(255) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(256) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(256) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(256) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(265) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(265) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(282) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(282) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(283) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(283) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(285) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(289) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(323) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(343) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(346) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(347) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(348) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(350) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(352) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(354) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(356) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(360) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(362) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(363) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(365) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(366) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(367) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(368) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(368) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(371) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(374) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(375) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(376) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(381) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(382) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(383) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(384) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(385) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(386) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(387) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(387) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(388) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(388) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(389) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(389) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(390) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(390) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(391) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(391) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(392) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(400) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(400) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(403) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(404) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(405) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(405) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(406) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(406) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(432) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(433) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(434) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(435) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(443) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(444) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(445) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(446) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(447) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(448) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(449) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(450) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(451) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(452) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(453) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(454) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(455) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(456) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(457) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(458) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(459) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(460) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(461) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(462) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(463) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(464) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(465) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(466) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(467) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(468) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(469) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(470) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(471) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(472) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(473) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(475) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(476) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(477) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(478) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(479) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(483) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(484) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(485) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(486) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(487) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(491) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(492) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(493) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(494) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(495) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(570) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(590) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(591) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(592) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(593) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(594) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(595) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(596) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(597) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(598) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(599) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(600) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(601) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(602) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(603) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(604) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(605) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(606) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(607) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(608) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(609) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(610) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(611) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(612) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(613) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(631) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(632) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(633) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(634) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(635) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(636) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(637) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(638) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(639) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(640) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(641) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(642) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(643) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(644) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(645) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(646) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(647) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(648) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(649) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(650) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(651) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(658) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(659) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(660) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(661) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(662) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(663) : warning C4309: 'initializing' : truncation of constant value
.\disasm\asmserv.cpp(712) : 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'
.\disasm\asmserv.cpp(714) : 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'
.\disasm\asmserv.cpp(716) : 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'
.\disasm\asmserv.cpp(718) : 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'
.\disasm\asmserv.cpp(720) : 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'
.\disasm\asmserv.cpp(722) : 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'
.\disasm\asmserv.cpp(734) : 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'
.\disasm\asmserv.cpp(736) : 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'
.\disasm\asmserv.cpp(738) : 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'
.\disasm\asmserv.cpp(740) : 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'
.\disasm\asmserv.cpp(742) : 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'
.\disasm\asmserv.cpp(744) : 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'
.\disasm\asmserv.cpp(755) : 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'
.\disasm\asmserv.cpp(758) : 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'
.\disasm\asmserv.cpp(761) : 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'
.\disasm\asmserv.cpp(764) : 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'
.\disasm\asmserv.cpp(768) : 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'
.\disasm\asmserv.cpp(771) : 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'
.\disasm\asmserv.cpp(773) : 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'
.\disasm\asmserv.cpp(775) : 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'
.\disasm\asmserv.cpp(777) : 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'
.\disasm\asmserv.cpp(779) : 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'
.\disasm\asmserv.cpp(788) : 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'
Generating Code...
Linking...
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
Embedding manifest...
Results
  
Build log was saved at "file://d:\source\DisasmViewer\Release\BuildLog.htm"
DisasmViewer - 0 error(s), 359 warning(s)