Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\BAT0000AD25883308.bat" with contents
[
@echo off

cd ..\test

..\fluid\fluidd -c keyboard_ui.fl

cd ..\visualc



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Create .cxx and .h file with fluidd"

exit 1

:VCEnd
]
Creating command line """c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\BAT0000AD25883308.bat"""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\RSP0000AE25883308.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".\keyboard_/keyboard.pch" /Fo".\keyboard_/" /Fd".\keyboard_/" /c /ZI /TP "..\test\keyboard_ui.cxx"

"..\test\keyboard.cxx"
]
Creating command line "cl.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\RSP0000AE25883308.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\TMP0000AF25883308.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\keyboard_\\keyboardd.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\keyboard_\keyboardd.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\TMP0000AF25883308.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\RSP0000B025883308.rsp" with contents
[
/OUT:"../test/keyboardd.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\keyboard_\keyboardd.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\keyboard_/keyboardd.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

".\keyboard_\keyboard.obj"

".\keyboard_\keyboard_ui.obj"

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

".\keyboard_\keyboardd.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\RSP0000B125883308.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\BAT0000B225883308.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\keyboard_\mt.dep"
]
Creating command line """c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\BAT0000B225883308.bat"""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\TMP0000B325883308.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\keyboard_\\keyboardd.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\keyboard_\keyboardd.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\TMP0000B325883308.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\RSP0000B425883308.rsp" with contents
[
/OUT:"../test/keyboardd.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\keyboard_\keyboardd.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\keyboard_/keyboardd.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

".\keyboard_\keyboard.obj"

".\keyboard_\keyboard_ui.obj"

".\keyboard_\keyboardd.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\keyboard_\RSP0000B425883308.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Create .cxx and .h file with fluidd
Compiling...
keyboard.cxx
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\keyboard.cxx(124) : 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\keyboard.cxx(126) : 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\keyboard.cxx(128) : 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\keyboard.cxx(130) : 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\keyboard.cxx(132) : 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.'
keyboard_ui.cxx
Generating Code...
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\keyboard_\BuildLog.htm"
keyboard - 0 error(s), 5 warning(s)