生成日志
  

生成 已启动: 项目: PeakTech_4055MV_4060,配置: Debug|Win32

命令行
  
正在创建临时文件“c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000126607600.rsp”,其内容为
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp".\Debug/PeakTech_4055MV_4060.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /ZI /TP ".\StdAfx.cpp"
]
正在创建命令行“cl.exe @"c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000126607600.rsp" /nologo /errorReport:prompt”
正在创建临时文件“c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000226607600.rsp”,其内容为
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp".\Debug/PeakTech_4055MV_4060.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /ZI /TP ".\Sweep.cpp"

".\PWM.cpp"

".\PM.cpp"

".\PeakTech_4055MV_4060Dlg.cpp"

".\PeakTech_4055MV_4060.cpp"

".\FSK.cpp"

".\FM.cpp"

".\Continous.cpp"

".\Burst.cpp"
]
正在创建命令行“cl.exe @"c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000226607600.rsp" /nologo /errorReport:prompt”
正在创建临时文件“c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000326607600.rsp”,其内容为
[
/OUT:".\Debug/PeakTech_4055MV_4060.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\PeakTech_4055MV_4060.exe.intermediate.manifest" /DEBUG /PDB:".\Debug/PeakTech_4055MV_4060.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 CH375DLL.LIB

".\Debug\AM.obj"

".\Debug\Burst.obj"

".\Debug\Continous.obj"

".\Debug\FM.obj"

".\Debug\FSK.obj"

".\Debug\PeakTech_4055MV_4060.obj"

".\Debug\PeakTech_4055MV_4060.res"

".\Debug\PeakTech_4055MV_4060Dlg.obj"

".\Debug\PM.obj"

".\Debug\PWM.obj"

".\Debug\StdAfx.obj"

".\Debug\Sweep.obj"

".\Debug\PeakTech_4055MV_4060.exe.embed.manifest.res"
]
正在创建命令行“link.exe @"c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000326607600.rsp" /NOLOGO /ERRORREPORT:PROMPT”
正在创建临时文件“c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000426607600.rsp”,其内容为
[
/out:".\Debug\PeakTech_4055MV_4060.exe.embed.manifest" /notify_update /manifest

".\Debug\PeakTech_4055MV_4060.exe.intermediate.manifest"
]
正在创建命令行“mt.exe @"c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000426607600.rsp" /nologo”
正在创建临时文件“c:\Documents and Settings\Administrator\桌面\software\Debug\BAT00000526607600.bat”,其内容为
[
@echo 清单资源上次更新时间为 %TIME%,更新位置为 %DATE% > ".\Debug\mt.dep"
]
正在创建命令行“""c:\Documents and Settings\Administrator\桌面\software\Debug\BAT00000526607600.bat""”
正在创建临时文件“c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000626607600.rsp”,其内容为
[
/o ".\Debug/PeakTech_4055MV_4060.bsc"

".\Debug\Burst.sbr"

".\Debug\Continous.sbr"

".\Debug\FM.sbr"

".\Debug\FSK.sbr"

".\Debug\PeakTech_4055MV_4060.sbr"

".\Debug\PeakTech_4055MV_4060Dlg.sbr"

".\Debug\PM.sbr"

".\Debug\PWM.sbr"

".\Debug\StdAfx.sbr"

".\Debug\Sweep.sbr"

".\Debug\AM.sbr"
]
正在创建命令行“bscmake.exe @"c:\Documents and Settings\Administrator\桌面\software\Debug\RSP00000626607600.rsp" /nologo”
输出窗口
  
正在编译...
StdAfx.cpp
 WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
正在编译...
Burst.cpp
c:\documents and settings\administrator\桌面\software\burst.cpp(77) : 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:\documents and settings\administrator\桌面\software\burst.cpp(78) : 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:\documents and settings\administrator\桌面\software\burst.cpp(84) : 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:\documents and settings\administrator\桌面\software\burst.cpp(85) : 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:\documents and settings\administrator\桌面\software\burst.cpp(91) : 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:\documents and settings\administrator\桌面\software\burst.cpp(92) : 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:\documents and settings\administrator\桌面\software\burst.cpp(98) : 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:\documents and settings\administrator\桌面\software\burst.cpp(99) : 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:\documents and settings\administrator\桌面\software\burst.cpp(106) : 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:\documents and settings\administrator\桌面\software\burst.cpp(107) : 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:\documents and settings\administrator\桌面\software\burst.cpp(124) : 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:\documents and settings\administrator\桌面\software\burst.cpp(125) : 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.'
Continous.cpp
c:\documents and settings\administrator\桌面\software\continous.cpp(86) : 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:\documents and settings\administrator\桌面\software\continous.cpp(87) : 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:\documents and settings\administrator\桌面\software\continous.cpp(96) : 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:\documents and settings\administrator\桌面\software\continous.cpp(97) : 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:\documents and settings\administrator\桌面\software\continous.cpp(107) : 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:\documents and settings\administrator\桌面\software\continous.cpp(108) : 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:\documents and settings\administrator\桌面\software\continous.cpp(118) : 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:\documents and settings\administrator\桌面\software\continous.cpp(119) : 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:\documents and settings\administrator\桌面\software\continous.cpp(125) : 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:\documents and settings\administrator\桌面\software\continous.cpp(126) : 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:\documents and settings\administrator\桌面\software\continous.cpp(132) : 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:\documents and settings\administrator\桌面\software\continous.cpp(133) : 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:\documents and settings\administrator\桌面\software\continous.cpp(140) : 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:\documents and settings\administrator\桌面\software\continous.cpp(141) : 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:\documents and settings\administrator\桌面\software\continous.cpp(147) : 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:\documents and settings\administrator\桌面\software\continous.cpp(148) : 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:\documents and settings\administrator\桌面\software\continous.cpp(154) : 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:\documents and settings\administrator\桌面\software\continous.cpp(155) : 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:\documents and settings\administrator\桌面\software\continous.cpp(165) : 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:\documents and settings\administrator\桌面\software\continous.cpp(166) : 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:\documents and settings\administrator\桌面\software\continous.cpp(207) : 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:\documents and settings\administrator\桌面\software\continous.cpp(208) : 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:\documents and settings\administrator\桌面\software\continous.cpp(213) : 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:\documents and settings\administrator\桌面\software\continous.cpp(214) : 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:\documents and settings\administrator\桌面\software\continous.cpp(219) : 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:\documents and settings\administrator\桌面\software\continous.cpp(220) : 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:\documents and settings\administrator\桌面\software\continous.cpp(225) : 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:\documents and settings\administrator\桌面\software\continous.cpp(226) : 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:\documents and settings\administrator\桌面\software\continous.cpp(233) : 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:\documents and settings\administrator\桌面\software\continous.cpp(234) : 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:\documents and settings\administrator\桌面\software\continous.cpp(243) : 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:\documents and settings\administrator\桌面\software\continous.cpp(244) : 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:\documents and settings\administrator\桌面\software\continous.cpp(250) : 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:\documents and settings\administrator\桌面\software\continous.cpp(251) : 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:\documents and settings\administrator\桌面\software\continous.cpp(256) : 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:\documents and settings\administrator\桌面\software\continous.cpp(257) : 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:\documents and settings\administrator\桌面\software\continous.cpp(262) : 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:\documents and settings\administrator\桌面\software\continous.cpp(263) : 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:\documents and settings\administrator\桌面\software\continous.cpp(271) : 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:\documents and settings\administrator\桌面\software\continous.cpp(272) : 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.'
FM.cpp
c:\documents and settings\administrator\桌面\software\fm.cpp(79) : 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:\documents and settings\administrator\桌面\software\fm.cpp(80) : 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:\documents and settings\administrator\桌面\software\fm.cpp(87) : 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:\documents and settings\administrator\桌面\software\fm.cpp(88) : 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:\documents and settings\administrator\桌面\software\fm.cpp(95) : 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:\documents and settings\administrator\桌面\software\fm.cpp(96) : 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:\documents and settings\administrator\桌面\software\fm.cpp(104) : 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:\documents and settings\administrator\桌面\software\fm.cpp(105) : 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.'
FSK.cpp
c:\documents and settings\administrator\桌面\software\fsk.cpp(75) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(76) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(83) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(84) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(92) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(93) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(100) : 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:\documents and settings\administrator\桌面\software\fsk.cpp(101) : 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.'
PeakTech_4055MV_4060.cpp
c:\documents and settings\administrator\桌面\software\peaktech_4055mv_4060.cpp(52) : warning C4996: 'CWinApp::Enable3dControls' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(4471) : see declaration of 'CWinApp::Enable3dControls'
        Message: 'CWinApp::Enable3dControls is no longer needed. You should remove this call.'
PeakTech_4055MV_4060Dlg.cpp
c:\documents and settings\administrator\桌面\software\peaktech_4055mv_4060dlg.cpp(423) : 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:\documents and settings\administrator\桌面\software\peaktech_4055mv_4060dlg.cpp(424) : 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:\documents and settings\administrator\桌面\software\peaktech_4055mv_4060dlg.cpp(448) : 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:\documents and settings\administrator\桌面\software\peaktech_4055mv_4060dlg.cpp(449) : 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.'
PM.cpp
c:\documents and settings\administrator\桌面\software\pm.cpp(64) : 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:\documents and settings\administrator\桌面\software\pm.cpp(65) : 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:\documents and settings\administrator\桌面\software\pm.cpp(73) : 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:\documents and settings\administrator\桌面\software\pm.cpp(74) : 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:\documents and settings\administrator\桌面\software\pm.cpp(80) : 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:\documents and settings\administrator\桌面\software\pm.cpp(81) : 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:\documents and settings\administrator\桌面\software\pm.cpp(89) : 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:\documents and settings\administrator\桌面\software\pm.cpp(90) : 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.'
PWM.cpp
c:\documents and settings\administrator\桌面\software\pwm.cpp(73) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(74) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(81) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(82) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(88) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(89) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(96) : 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:\documents and settings\administrator\桌面\software\pwm.cpp(97) : 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.'
Sweep.cpp
c:\documents and settings\administrator\桌面\software\sweep.cpp(85) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(86) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(92) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(93) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(99) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(100) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(106) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(107) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(114) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(115) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(121) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(122) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(142) : 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:\documents and settings\administrator\桌面\software\sweep.cpp(143) : 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.'
Generating Code...
正在链接...
LINK : 缺少程序数据库 c:\Documents and Settings\Administrator\桌面\software\Debug\PeakTech_4055MV_4060.pdb;正在执行完全链接
正在嵌入清单...
正在创建浏览信息文件...
Microsoft ?????????? Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
结果
  
生成日志保存在“file://c:\Documents and Settings\Administrator\桌面\software\Debug\BuildLog.htm”
PeakTech_4055MV_4060 - 0 个错误,103 个警告