ビルド ログ
  

ビルド 開始: プロジェクト: FFFTP_English、構成: Release|Win32

コマンド ライン
  
一時ファイル "c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\RSP00006032883652.rsp" を作成しています。内容 :
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_IE=0x300" /D "ENGLISH" /D "_VC80_UPGRADE=0x0710" /GF /FD /EHsc /MT /Gy /Fp".\FFFTP_Eng_Release/FFFTP_English.pch" /Fo".\FFFTP_Eng_Release/" /Fd".\FFFTP_Eng_Release/" /W3 /c /TC ".\filelist.c"
]
コマンド ライン "cl.exe @"c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\RSP00006032883652.rsp" /nologo /errorReport:prompt" を作成しています。
コマンド ライン "rc.exe /d "NDEBUG" /d "_VC80_UPGRADE=0x0710" /l 0x409 /fo".\FFFTP_Eng_Release/FFFTP-eng.res" ".\FFFTP-eng.rc"" を作成しています。
一時ファイル "c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\RSP00006132883652.rsp" を作成しています。内容 :
[
/OUT:"FFFTP_Eng_Release/FFFTP.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\FFFTP_Eng_Release\FFFTP.exe.intermediate.manifest" /PDB:".\FFFTP_Eng_Release/FFFTP.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 odbc32.lib odbccp32.lib wsock32.lib comctl32.lib winmm.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

".\FFFTP_Eng_Release\bookmark.obj"

".\FFFTP_Eng_Release\cache.obj"

".\FFFTP_Eng_Release\clipboard.obj"

".\FFFTP_Eng_Release\codecnv.obj"

".\FFFTP_Eng_Release\connect.obj"

".\FFFTP_Eng_Release\diskfree.obj"

".\FFFTP_Eng_Release\dlgsize.obj"

".\FFFTP_Eng_Release\FFFTP-eng.res"

".\FFFTP_Eng_Release\filelist.obj"

".\FFFTP_Eng_Release\ftpproc.obj"

".\FFFTP_Eng_Release\getput.obj"

".\FFFTP_Eng_Release\history.obj"

".\FFFTP_Eng_Release\hostman.obj"

".\FFFTP_Eng_Release\local.obj"

".\FFFTP_Eng_Release\lvtips.obj"

".\FFFTP_Eng_Release\main.obj"

".\FFFTP_Eng_Release\md4.obj"

".\FFFTP_Eng_Release\md5.obj"

".\FFFTP_Eng_Release\misc.obj"

".\FFFTP_Eng_Release\option.obj"

".\FFFTP_Eng_Release\ras.obj"

".\FFFTP_Eng_Release\regexp.obj"

".\FFFTP_Eng_Release\registory.obj"

".\FFFTP_Eng_Release\remote.obj"

".\FFFTP_Eng_Release\sha.obj"

".\FFFTP_Eng_Release\skey.obj"

".\FFFTP_Eng_Release\socket.obj"

".\FFFTP_Eng_Release\statuswin.obj"

".\FFFTP_Eng_Release\taskwin.obj"

".\FFFTP_Eng_Release\tool.obj"

".\FFFTP_Eng_Release\toolmenu.obj"

".\FFFTP_Eng_Release\updatebell.obj"

".\FFFTP_Eng_Release\wildcard.obj"
]
コマンド ライン "link.exe @"c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\RSP00006132883652.rsp" /NOLOGO /ERRORREPORT:PROMPT" を作成しています。
一時ファイル "c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\RSP00006232883652.rsp" を作成しています。内容 :
[
/outputresource:".\FFFTP_Eng_Release\FFFTP.exe;#1" /manifest

".\FFFTP_Eng_Release\FFFTP.exe.intermediate.manifest"
]
コマンド ライン "mt.exe @"c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\RSP00006232883652.rsp" /nologo" を作成しています。
一時ファイル "c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\BAT00006332883652.bat" を作成しています。内容 :
[
@echo マニフェスト リソースの最終更新日時: %TIME% (%DATE%) > ".\FFFTP_Eng_Release\mt.dep"
]
コマンド ライン """c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\BAT00006332883652.bat""" を作成しています。
出力ウィンドウ
  
コンパイルしています...
filelist.c
.\filelist.c(686) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\filelist.c(771) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(809) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : 'sprintf' の宣言を確認してください。
.\filelist.c(969) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(975) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1112) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1114) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1118) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1135) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1232) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1236) : warning C4996: '_mbslwr': This function or variable may be unsafe. Consider using _mbslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\mbstring.h(109) : '_mbslwr' の宣言を確認してください。
.\filelist.c(1245) : warning C4996: '_mbslwr': This function or variable may be unsafe. Consider using _mbslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\mbstring.h(109) : '_mbslwr' の宣言を確認してください。
.\filelist.c(1390) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1394) : warning C4996: '_mbslwr': This function or variable may be unsafe. Consider using _mbslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\mbstring.h(109) : '_mbslwr' の宣言を確認してください。
.\filelist.c(1400) : warning C4996: '_mbslwr': This function or variable may be unsafe. Consider using _mbslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\mbstring.h(109) : '_mbslwr' の宣言を確認してください。
.\filelist.c(1424) : warning C4996: '_mbslwr': This function or variable may be unsafe. Consider using _mbslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\mbstring.h(109) : '_mbslwr' の宣言を確認してください。
.\filelist.c(1862) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(1979) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2001) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2010) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2098) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2119) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2238) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2313) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(234) : 'fopen' の宣言を確認してください。
.\filelist.c(2315) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2327) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2345) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2348) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2411) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2463) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2465) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2499) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2501) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2512) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2514) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2540) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2542) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2543) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2665) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(2666) : warning C4996: '_mbslwr': This function or variable may be unsafe. Consider using _mbslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\mbstring.h(109) : '_mbslwr' の宣言を確認してください。
.\filelist.c(3562) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(3600) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(3638) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(3678) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(3744) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(217) : 'strnicmp' の宣言を確認してください。
.\filelist.c(3800) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(217) : 'strnicmp' の宣言を確認してください。
.\filelist.c(3802) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(217) : 'strnicmp' の宣言を確認してください。
.\filelist.c(3804) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(217) : 'strnicmp' の宣言を確認してください。
.\filelist.c(3850) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(3891) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(3984) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(4031) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(4184) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(4371) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(4374) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(4404) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(216) : 'strlwr' の宣言を確認してください。
.\filelist.c(4569) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : 'stricmp' の宣言を確認してください。
.\filelist.c(4614) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
.\filelist.c(4710) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(4782) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\filelist.c(4808) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(157) : 'strncpy' の宣言を確認してください。
リソースをコンパイルしています...
リンクしています...
マニフェストを埋め込んでいます...
結果
  
ビルドログは "file://c:\Documents and Settings\Tetsuo\デスクトップ\ffftp-1.92a-Hondarer-src\FFFTP_Eng_Release\BuildLog.htm" に保存されました。
FFFTP_English - エラー 0、警告 61