Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000140402612.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "CONTAINERDLL_EXPORTS" /D "_VC80_UPGRADE=0x0700" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Yu"stdafx.h" /Fp".\Release/ContainerDLL.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\ContainerDLL.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000140402612.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000240402612.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "CONTAINERDLL_EXPORTS" /D "_VC80_UPGRADE=0x0700" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Yc"stdafx.h" /Fp".\Release/ContainerDLL.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP ".\StdAfx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000240402612.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000340402612.rsp" with contents
[
/OUT:".\Release/ContainerDLL.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\ContainerDLL.dll.intermediate.manifest" /DEF:"Exports.def" /PDB:".\Release/ContainerDLL.pdb" /IMPLIB:".\Release/ContainerDLL.lib" /MACHINE:I386 odbc32.lib odbccp32.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

".\Release\ContainerDLL.obj"

".\Release\StdAfx.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000340402612.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000440402612.rsp" with contents
[
/out:".\Release\ContainerDLL.dll.manifest" /manifest

".\Release\ContainerDLL.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\RSP00000440402612.rsp" /nologo"
Output Window
  
Compiling...
StdAfx.cpp
Compiling...
ContainerDLL.cpp
c:\documents and settings\gustavo lafava\desktop\ornella 1\drv-user\hornhell\container_xp + driver\remove_hooks.h(159) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\drv-user\hornhell\container_xp + driver\remove_hooks.h(183) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\gustavo lafava\desktop\ornella 1\drv-user\hornhell\container_xp + driver\remove_hooks.h(193) : warning C4996: 'strcat' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(78) : see declaration of 'strcat'
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(218) : warning C4996: 'stricmp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(213) : see declaration of 'stricmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.'
.\ContainerDLL.cpp(232) : warning C4996: 'stricmp' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(213) : see declaration of 'stricmp'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.'
.\ContainerDLL.cpp(244) : warning C4996: '_snprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_snprintf'
        Message: 'This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(340) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(341) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(342) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(345) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(347) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(348) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(350) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(351) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(353) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\ContainerDLL.cpp(354) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
   Creating library .\Release/ContainerDLL.lib and object .\Release/ContainerDLL.exp
Creating manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Gustavo LaFava\Desktop\ORNELLA 1\DRV-USER\Hornhell\Container_XP + Driver\Release\BuildLog.htm"
ContainerDLL - 0 error(s), 16 warning(s)