Build Log
  

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

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

cd ..\test

..\fluid\fluidd -c mandelbrot_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\mandelbrot_\BAT00013C25882140.bat"""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\mandelbrot_\RSP00013D25882140.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".\mandelbrot_/mandelbrot.pch" /Fo".\mandelbrot_/" /Fd".\mandelbrot_/" /c /ZI /TP "..\test\mandelbrot_ui.cxx"

"..\test\mandelbrot.cxx"
]
Creating command line "cl.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\mandelbrot_\RSP00013D25882140.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\mandelbrot_\TMP00013E25882140.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\mandelbrot_\\mandelbrotd.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\mandelbrot_\mandelbrotd.exe.embed.manifest.res" "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\mandelbrot_\TMP00013E25882140.tmp""
Creating temporary file "c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\mandelbrot_\RSP00013F25882140.rsp" with contents
[
/OUT:"../test/mandelbrotd.exe" /INCREMENTAL /LIBPATH:"..\lib" /MANIFEST /MANIFESTFILE:".\mandelbrot_\mandelbrotd.exe.intermediate.manifest" /NODEFAULTLIB:"libcd" /DEBUG /PDB:".\mandelbrot_/mandelbrotd.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 glu32.lib opengl32.lib 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

".\mandelbrot_\mandelbrot.obj"

".\mandelbrot_\mandelbrot_ui.obj"

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

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

".\mandelbrot_\mandelbrot.obj"

".\mandelbrot_\mandelbrot_ui.obj"

".\mandelbrot_\mandelbrotd.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\spencer\Desktop\fltk-1.1.7\visualc\mandelbrot_\RSP00014325882140.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Create .cxx and .h file with fluidd
Compiling...
mandelbrot.cxx
c:\documents and settings\spencer\desktop\fltk-1.1.7\test\mandelbrot.cxx(62) : 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\mandelbrot.cxx(63) : 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\mandelbrot.cxx(64) : 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\mandelbrot.cxx(177) : 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.'
mandelbrot_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\mandelbrot_\BuildLog.htm"
mandelbrot - 0 error(s), 4 warning(s)