Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\RSP00014425881964.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".\file_chooser_/file_chooser.pch" /Fo".\file_chooser_/" /Fd".\file_chooser_/" /c /ZI /TP "..\test\file_chooser.cxx"
]
Creating command line "cl.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\RSP00014425881964.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\TMP00014525881964.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\file_chooser_\\file_chooserd.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\file_chooser_\file_chooserd.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\TMP00014525881964.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\RSP00014625881964.rsp" with contents
[
/OUT:"../test/file_chooserd.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\file_chooser_\file_chooserd.exe.intermediate.manifest" /NODEFAULTLIB:"libc" /NODEFAULTLIB:"libcd" /NODEFAULTLIB:"libcmt" /NODEFAULTLIB:"libcmtd" /DEBUG /PDB:".\file_chooser_/file_chooserd.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 "..\lib\fltkimagesd.lib" "..\lib\fltkjpegd.lib" "..\lib\fltkpngd.lib" "..\lib\fltkzd.lib"

".\file_chooser_\file_chooser.obj"

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

".\file_chooser_\file_chooserd.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\RSP00014725881964.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\BAT00014825881964.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\file_chooser_\mt.dep"
]
Creating command line """c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\BAT00014825881964.bat"""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\TMP00014925881964.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\file_chooser_\\file_chooserd.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\file_chooser_\file_chooserd.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\TMP00014925881964.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\RSP00014A25881964.rsp" with contents
[
/OUT:"../test/file_chooserd.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\file_chooser_\file_chooserd.exe.intermediate.manifest" /NODEFAULTLIB:"libc" /NODEFAULTLIB:"libcd" /NODEFAULTLIB:"libcmt" /NODEFAULTLIB:"libcmtd" /DEBUG /PDB:".\file_chooser_/file_chooserd.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 "..\lib\fltkimagesd.lib" "..\lib\fltkjpegd.lib" "..\lib\fltkpngd.lib" "..\lib\fltkzd.lib"

".\file_chooser_\file_chooser.obj"

".\file_chooser_\file_chooserd.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\file_chooser_\RSP00014A25881964.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
file_chooser.cxx
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\file_chooser.cxx(224) : warning C4996: 'getenv' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdlib.h(483) : see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using _dupenv_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\file_chooser.cxx(225) : 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\file_chooser.cxx(230) : 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\file_chooser.cxx(260) : warning C4996: 'getenv' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdlib.h(483) : see declaration of 'getenv'
        Message: 'This function or variable may be unsafe. Consider using _dupenv_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\file_chooser.cxx(261) : 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\file_chooser.cxx(265) : 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\file_chooser.cxx(268) : 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\file_chooser.cxx(269) : 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\file_chooser.cxx(286) : 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.'
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\file_chooser.cxx(293) : 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.'
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\file_chooser_\BuildLog.htm"
file_chooser - 0 error(s), 10 warning(s)