Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\RSP00015325881696.rsp" with contents
[
/Od /I "." /I ".." /D "FL_DLL" /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".\editor_/editor.pch" /Fo".\editor_/" /Fd".\editor_/" /c /ZI /TP "..\test\editor.cxx"
]
Creating command line "cl.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\RSP00015325881696.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\TMP00015425881696.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\editor_\\editord.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\editor_\editord.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\TMP00015425881696.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\RSP00015525881696.rsp" with contents
[
/OUT:"../test/editord.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\editor_\editord.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\editor_/editord.pdb" /SUBSYSTEM:WINDOWS /ENTRY:"mainCRTStartup" /MACHINE:X86 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"

".\editor_\editor.obj"

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

".\editor_\editord.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\RSP00015625881696.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\BAT00015725881696.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\editor_\mt.dep"
]
Creating command line """c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\BAT00015725881696.bat"""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\TMP00015825881696.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\editor_\\editord.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\editor_\editord.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\TMP00015825881696.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\RSP00015925881696.rsp" with contents
[
/OUT:"../test/editord.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\editor_\editord.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\editor_/editord.pdb" /SUBSYSTEM:WINDOWS /ENTRY:"mainCRTStartup" /MACHINE:X86 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"

".\editor_\editor.obj"

".\editor_\editord.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\editor_\RSP00015925881696.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
editor.cxx
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\editor.cxx(491) : 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\editor.cxx(496) : warning C4996: 'strerror' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(125) : see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using strerror_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\editor.cxx(498) : 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\editor.cxx(505) : warning C4996: 'strerror' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\string.h(125) : see declaration of 'strerror'
        Message: 'This function or variable may be unsafe. Consider using strerror_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\editor.cxx(507) : 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\editor.cxx(533) : 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\editor.cxx(558) : 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\editor.cxx(565) : 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\editor.cxx(566) : 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\editor.cxx(569) : 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.'
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\editor_\BuildLog.htm"
editor - 0 error(s), 10 warning(s)