Build Log
  

Rebuild started: Project: Velsim, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\dev\velsto\Velsim\Release\RSP00000920763872.rsp" with contents
[
/O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp"Release\Velsim.pch" /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP .\Velsim.cpp
]
Creating command line "cl.exe @c:\dev\velsto\Velsim\Release\RSP00000920763872.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\dev\velsto\Velsim\Release\RSP00000A20763872.rsp" with contents
[
/O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp"Release\Velsim.pch" /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP .\stdafx.cpp
]
Creating command line "cl.exe @c:\dev\velsto\Velsim\Release\RSP00000A20763872.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\dev\velsto\Velsim\Release\RSP00000B20763872.rsp" with contents
[
/OUT:"C:\dev\velsto\Release\Velsim.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\Velsim.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\dev\velsto\Release\Velsim.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\stdafx.obj"

".\Release\Velsim.obj"
]
Creating command line "link.exe @c:\dev\velsto\Velsim\Release\RSP00000B20763872.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\dev\velsto\Velsim\Release\RSP00000C20763872.rsp" with contents
[
/outputresource:"..\Release\Velsim.exe;#1" /manifest

.\Release\Velsim.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\dev\velsto\Velsim\Release\RSP00000C20763872.rsp /nologo"
Creating temporary file "c:\dev\velsto\Velsim\Release\BAT00000D20763872.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\dev\velsto\Velsim\Release\BAT00000D20763872.bat"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
Velsim.cpp
.\Velsim.cpp(123) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\Velsim.cpp(140) : warning C4996: '_strdate': This function or variable may be unsafe. Consider using _strdate_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\time.h(188) : see declaration of '_strdate'
.\Velsim.cpp(145) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\Velsim.cpp(149) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\Velsim.cpp(155) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(158) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(161) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(166) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(167) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\Velsim.cpp(171) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(172) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\Velsim.cpp(176) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(279) : see declaration of 'gets'
.\Velsim.cpp(180) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\Velsim.cpp(185) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(190) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(191) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(194) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\Velsim.cpp(197) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\Velsim.cpp(249) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\Velsim.cpp(314) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\Velsim.cpp(319) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\Velsim.cpp(341) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
.\Velsim.cpp(354) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
.\Velsim.cpp(449) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\Velsim.cpp(460) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\Velsim.cpp(499) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\Velsim.cpp(590) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\Velsim.cpp(600) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\Velsim.cpp(618) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\Velsim.cpp(621) : warning C4305: '=' : truncation from 'double' to 'float'
.\Velsim.cpp(636) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\Velsim.cpp(638) : warning C4305: '=' : truncation from 'double' to 'float'
.\Velsim.cpp(665) : warning C4996: '_strdate': This function or variable may be unsafe. Consider using _strdate_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\time.h(188) : see declaration of '_strdate'
.\Velsim.cpp(666) : warning C4996: '_strtime': This function or variable may be unsafe. Consider using _strtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\time.h(192) : see declaration of '_strtime'
.\Velsim.cpp(102) : warning C4101: 'starttime' : unreferenced local variable
.\Velsim.cpp(99) : warning C4101: 'string2' : unreferenced local variable
.\Velsim.cpp(98) : warning C4101: 'buf' : unreferenced local variable
.\Velsim.cpp(102) : warning C4101: 'endtime' : unreferenced local variable
.\Velsim.cpp(92) : warning C4101: 'l' : unreferenced local variable
.\Velsim.cpp(90) : warning C4101: 'nrgrid' : unreferenced local variable
.\Velsim.cpp(688) : warning C4101: 'x' : unreferenced local variable
.\Velsim.cpp(724) : warning C4101: 'i' : unreferenced local variable
Linking...
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\dev\velsto\Velsim\Release\BuildLog.htm"
Velsim - 0 error(s), 42 warning(s)