Build Log
  

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

Command Lines
  
Creating temporary file "d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000128202216.rsp" with contents
[
/Od /D "WIN32" /D "DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /FD /EHsc /MT /Fp".\Debug/BSLDEMO.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /ZI /TC ".\bsldemo.c"
]
Creating command line "cl.exe @"d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000128202216.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000228202216.rsp" with contents
[
/OUT:"Debug/BSLDEMO2.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\BSLDEMO2.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/BSLDEMO2.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

".\Debug\bslcomm.obj"

".\Debug\BSLDEMO.obj"

".\Debug\TI_TXT_Files.obj"

".\Debug\BSLDEMO2.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000228202216.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000328202216.rsp" with contents
[
/out:".\Debug\BSLDEMO2.exe.embed.manifest" /notify_update /manifest

".\Debug\BSLDEMO2.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000328202216.rsp" /nologo"
Creating temporary file "d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\BAT00000428202216.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\BAT00000428202216.bat"""
Creating temporary file "d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000528202216.rsp" with contents
[
/o ".\Debug/BSLDEMO.bsc"

".\Debug\BSLDEMO.sbr"

".\Debug\TI_TXT_Files.sbr"

".\Debug\bslcomm.sbr"
]
Creating command line "bscmake.exe @"d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\RSP00000528202216.rsp" /nologo"
Output Window
  
Compiling...
bsldemo.c
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(429) : warning C4996: 'fopen' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(445) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(468) : warning C4996: 'fopen' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(500) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(508) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(576) : warning C4996: 'getch' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\conio.h(145) : see declaration of 'getch'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(689) : warning C4996: 'getch' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\conio.h(145) : see declaration of 'getch'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(736) : warning C4996: 'strcpy' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(741) : warning C4996: 'strcpy' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(764) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(780) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(808) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(810) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
d:\documents and settings\mike and anna marie\desktop\latest9282006_a\source\bsldemo.c(826) : warning C4996: 'sscanf' was declared deprecated
        d:\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.'
Linking...
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://d:\Documents and Settings\Mike and Anna Marie\Desktop\Latest9282006_a\SOURCE\Debug\BuildLog.htm"
BSLDEMO - 0 error(s), 14 warning(s)