Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D225883488.rsp" with contents
[
/Od /I "." /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /D "_VC80_UPGRADE=0x0600" /Gm /EHsc /MDd /Fp".\demo_/demo.pch" /Fo".\demo_/" /Fd".\demo_/" /c /ZI /TP "..\test\demo.cxx"
]
Creating command line "cl.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D225883488.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\TMP0001D325883488.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\demo_\\demod.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\demo_\demod.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\TMP0001D325883488.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D425883488.rsp" with contents
[
/OUT:"../test/demod.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\demo_\demod.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\demo_/demod.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 fltkd.lib wsock32.lib 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 "..\test\fltkdlld.lib" "..\lib\fltkformsd.lib" "..\lib\fltkjpegd.lib" "..\lib\fltkpngd.lib" "..\lib\fltkzd.lib"

".\demo_\demo.obj"

".\demo_\demod.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D425883488.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D525883488.rsp" with contents
[
/out:".\demo_\demod.exe.embed.manifest" /notify_update /manifest

".\demo_\demod.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D525883488.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\BAT0001D625883488.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\demo_\mt.dep"
]
Creating command line """c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\BAT0001D625883488.bat"""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\TMP0001D725883488.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\demo_\\demod.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\demo_\demod.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\TMP0001D725883488.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D825883488.rsp" with contents
[
/OUT:"../test/demod.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\demo_\demod.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\demo_/demod.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 fltkd.lib wsock32.lib 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 "..\test\fltkdlld.lib" "..\lib\fltkformsd.lib" "..\lib\fltkjpegd.lib" "..\lib\fltkpngd.lib" "..\lib\fltkzd.lib"

".\demo_\demo.obj"

".\demo_\demod.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\RSP0001D825883488.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
demo.cxx
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(113) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(124) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(125) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(186) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(220) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(238) : 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\spencer\desktop\fltk-1.1.7\test\demo.cxx(250) : 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\spencer\desktop\fltk-1.1.7\test\demo.cxx(285) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(326) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\demo.cxx(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.'
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\demo_\BuildLog.htm"
demo - 0 error(s), 10 warning(s)