Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\RSP00001E1121210616.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\String.cpp"
]
Creating command line "cl.exe @"c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\RSP00001E1121210616.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\RSP00001F1121210616.rsp" with contents
[
/OUT:"C:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Debug\Strings.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Strings.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Debug\Strings.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\main.obj"

".\Debug\String.obj"

".\Debug\Strings.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\RSP00001F1121210616.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\RSP0000201121210616.rsp" with contents
[
/out:".\Debug\Strings.exe.embed.manifest" /notify_update /manifest

".\Debug\Strings.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\RSP0000201121210616.rsp" /nologo"
Creating temporary file "c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\BAT0000211121210616.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\BAT0000211121210616.bat"""
Output Window
  
Compiling...
String.cpp
c:\users\nmanolov\documents\visual studio 2008\projects\strings\strings\string.cpp(34) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\nmanolov\Documents\Visual Studio 2008\Projects\Strings\Strings\Debug\BuildLog.htm"
Strings - 0 error(s), 1 warning(s)