Build Log
  

Rebuild started: Project: geist_trg, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\RSP00000B5764692.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fp".\Debug/geist_trg.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP .\src\search_ex.cpp

.\src\read_parms.cpp

.\src\misc.cpp

.\src\mginf.cpp
]
Creating command line "cl.exe @c:\home\kkant\HTML\geist\geist_trg\Debug\RSP00000B5764692.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\TMP00000C5764692.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\geist_trg.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\geist_trg.exe.embed.manifest.res" c:\home\kkant\HTML\geist\geist_trg\Debug\TMP00000C5764692.tmp"
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\RSP00000D5764692.rsp" with contents
[
/OUT:".\Debug/geist_trg.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\geist_trg.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/geist_trg.pdb" /SUBSYSTEM:CONSOLE /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

"..\ranlib\ranlib_static\Debug\ranlib_static.lib"

".\Debug\mginf.obj"

".\Debug\misc.obj"

".\Debug\read_parms.obj"

".\Debug\search_ex.obj"

".\Debug\geist_trg.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\home\kkant\HTML\geist\geist_trg\Debug\RSP00000D5764692.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\RSP00000E5764692.rsp" with contents
[
/out:.\Debug\geist_trg.exe.embed.manifest /notify_update /manifest

.\Debug\geist_trg.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\home\kkant\HTML\geist\geist_trg\Debug\RSP00000E5764692.rsp /nologo"
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\BAT00000F5764692.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\home\kkant\HTML\geist\geist_trg\Debug\BAT00000F5764692.bat"
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\TMP0000105764692.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\geist_trg.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\geist_trg.exe.embed.manifest.res" c:\home\kkant\HTML\geist\geist_trg\Debug\TMP0000105764692.tmp"
Creating temporary file "c:\home\kkant\HTML\geist\geist_trg\Debug\RSP0000115764692.rsp" with contents
[
/OUT:".\Debug/geist_trg.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\geist_trg.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/geist_trg.pdb" /SUBSYSTEM:CONSOLE /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

"..\ranlib\ranlib_static\Debug\ranlib_static.lib"

".\Debug\mginf.obj"

".\Debug\misc.obj"

".\Debug\read_parms.obj"

".\Debug\search_ex.obj"

".\Debug\geist_trg.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\home\kkant\HTML\geist\geist_trg\Debug\RSP0000115764692.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
mginf.cpp
c:\home\kkant\html\geist\geist_trg\src\create_file.c(26) : 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:\home\kkant\html\geist\geist_trg\src\create_file.c(43) : 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:\home\kkant\html\geist\geist_trg\src\create_file.c(45) : warning C4996: '_creat' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\io.h(201) : see declaration of '_creat'
        Message: 'This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\create_file.c(54) : warning C4996: 'fdopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(686) : see declaration of 'fdopen'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\create_file.c(58) : warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
c:\home\kkant\html\geist\geist_trg\src\create_file.c(58) : warning C4996: 'ctime' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\time.inl(88) : see declaration of 'ctime'
        Message: 'This function or variable may be unsafe. Consider using ctime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\create_file.c(60) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(430) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1233) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1523) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1525) : 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.'
c:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1534) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1535) : 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.'
c:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1535) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1537) : 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.'
c:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1538) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1552) : 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.'
c:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1557) : 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.'
c:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1558) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1568) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1569) : 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:\home\kkant\html\geist\geist_trg\src\mginf.cpp(1572) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
misc.cpp
read_parms.cpp
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(326) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(841) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(842) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(869) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(890) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(892) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(896) : 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.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1070) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1073) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1077) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1264) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1271) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1324) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1459) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1564) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1618) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1696) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1721) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1734) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1746) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1753) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1767) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1774) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1901) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1985) : 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.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(1993) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2025) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2030) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2031) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2041) : warning C4996: 'sscanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2042) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2045) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2048) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2050) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2053) : 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.'
c:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2054) : 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:\home\kkant\html\geist\geist_trg\src\read_parms.cpp(2059) : 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.'
search_ex.cpp
Generating Code...
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\home\kkant\HTML\geist\geist_trg\Debug\BuildLog.htm"
geist_trg - 0 error(s), 59 warning(s)