⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 888.plg

📁 基于rtos开发的浏览器!
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 888 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP47.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/888.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\stproduct\888\DefaultStyle.c"
"F:\stproduct\888\GridText.c"
"F:\stproduct\888\HTAlert.c"
"F:\stproduct\888\HTFWriter.c"
"F:\stproduct\888\HTInit.c"
"F:\stproduct\888\HTML.c"
"F:\stproduct\888\LYBookmark.c"
"F:\stproduct\888\LYCgi.c"
"F:\stproduct\888\LYCharSets.c"
"F:\stproduct\888\LYCharUtils.c"
"F:\stproduct\888\LYClean.c"
"F:\stproduct\888\LYCookie.c"
"F:\stproduct\888\LYCurses.c"
"F:\stproduct\888\LYDownload.c"
"F:\stproduct\888\LYEdit.c"
"F:\stproduct\888\LYexit.c"
"F:\stproduct\888\LYExtern.c"
"F:\stproduct\888\LYForms.c"
"F:\stproduct\888\LYGetFile.c"
"F:\stproduct\888\LYHash.c"
"F:\stproduct\888\LYHistory.c"
"F:\stproduct\888\LYJump.c"
"F:\stproduct\888\LYKeymap.c"
"F:\stproduct\888\LYLeaks.c"
"F:\stproduct\888\LYList.c"
"F:\stproduct\888\LYLocal.c"
"F:\stproduct\888\LYMail.c"
"F:\stproduct\888\LYMain.c"
"F:\stproduct\888\LYMainLoop.c"
"F:\stproduct\888\LYMap.c"
"F:\stproduct\888\LYNews.c"
"F:\stproduct\888\LYOptions.c"
"F:\stproduct\888\LYPrint.c"
"F:\stproduct\888\LYrcFile.c"
"F:\stproduct\888\LYReadCFG.c"
"F:\stproduct\888\LYSearch.c"
"F:\stproduct\888\LYShowInfo.c"
"F:\stproduct\888\LYStrings.c"
"F:\stproduct\888\LYStyle.c"
"F:\stproduct\888\LYTraversal.c"
"F:\stproduct\888\LYUpload.c"
"F:\stproduct\888\LYUtils.c"
"F:\stproduct\888\UCAuto.c"
"F:\stproduct\888\UCAux.c"
"F:\stproduct\888\UCdomap.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP47.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP48.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/888.pdb" /debug /machine:I386 /out:"Debug/888.exe" /pdbtype:sept 
.\Debug\DefaultStyle.obj
.\Debug\GridText.obj
.\Debug\HTAlert.obj
.\Debug\HTFWriter.obj
.\Debug\HTInit.obj
.\Debug\HTML.obj
.\Debug\LYBookmark.obj
.\Debug\LYCgi.obj
.\Debug\LYCharSets.obj
.\Debug\LYCharUtils.obj
.\Debug\LYClean.obj
.\Debug\LYCookie.obj
.\Debug\LYCurses.obj
.\Debug\LYDownload.obj
.\Debug\LYEdit.obj
.\Debug\LYEditmap.obj
.\Debug\LYexit.obj
.\Debug\LYExtern.obj
.\Debug\LYForms.obj
.\Debug\LYGetFile.obj
.\Debug\LYHash.obj
.\Debug\LYHistory.obj
.\Debug\LYJump.obj
.\Debug\LYKeymap.obj
.\Debug\LYLeaks.obj
.\Debug\LYList.obj
.\Debug\LYLocal.obj
.\Debug\LYMail.obj
.\Debug\LYMain.obj
.\Debug\LYMainLoop.obj
.\Debug\LYMap.obj
.\Debug\LYNews.obj
.\Debug\LYOptions.obj
.\Debug\LYPrint.obj
.\Debug\LYrcFile.obj
.\Debug\LYReadCFG.obj
.\Debug\LYSearch.obj
.\Debug\LYShowInfo.obj
.\Debug\LYStrings.obj
.\Debug\LYStyle.obj
.\Debug\LYTraversal.obj
.\Debug\LYUpload.obj
.\Debug\LYUtils.obj
.\Debug\mktime.obj
.\Debug\strstr.obj
.\Debug\UCAuto.obj
.\Debug\UCAux.obj
.\Debug\UCdomap.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP48.tmp"
<h3>Output Window</h3>
Compiling...
DefaultStyle.c
f:\stproduct\888\defaultstyle.c(8) : fatal error C1083: Cannot open include file: 'HTStyle.h': No such file or directory
GridText.c
f:\stproduct\888\gridtext.c(9) : fatal error C1083: Cannot open include file: 'HTAccess.h': No such file or directory
HTAlert.c
f:\stproduct\888\lystructs.h(27) : error C2065: 'MAXLINKS' : undeclared identifier
f:\stproduct\888\lystructs.h(27) : error C2057: expected constant expression
f:\stproduct\888\lystructs.h(27) : error C2466: cannot allocate an array of constant size 0
f:\stproduct\888\lystructs.h(73) : error C2065: 'MAXHIST' : undeclared identifier
f:\stproduct\888\lystructs.h(73) : error C2057: expected constant expression
f:\stproduct\888\lystructs.h(73) : error C2466: cannot allocate an array of constant size 0
f:\stproduct\888\lycurses.h(4) : fatal error C1083: Cannot open include file: 'userdefs.h': No such file or directory
HTFWriter.c
f:\stproduct\888\lycurses.h(4) : fatal error C1083: Cannot open include file: 'userdefs.h': No such file or directory
HTInit.c
f:\stproduct\888\htinit.c(14) : fatal error C1083: Cannot open include file: 'HTInit.h': No such file or directory
HTML.c
f:\stproduct\888\html.c(18) : fatal error C1083: Cannot open include file: 'HTChunk.h': No such file or directory
LYBookmark.c
f:\stproduct\888\lyutils.h(8) : fatal error C1083: Cannot open include file: 'HTList.h': No such file or directory
LYCgi.c
f:\stproduct\888\lycgi.c(28) : fatal error C1083: Cannot open include file: 'HTTP.h': No such file or directory
LYCharSets.c
f:\stproduct\888\lycharsets.c(3) : fatal error C1083: Cannot open include file: 'HTCJK.h': No such file or directory
LYCharUtils.c
f:\stproduct\888\lycharutils.c(7) : fatal error C1083: Cannot open include file: 'SGML.h': No such file or directory
LYClean.c
f:\stproduct\888\lycurses.h(4) : fatal error C1083: Cannot open include file: 'userdefs.h': No such file or directory
LYCookie.c
f:\stproduct\888\lycookie.c(49) : fatal error C1083: Cannot open include file: 'HTAccess.h': No such file or directory
LYCurses.c
f:\stproduct\888\lycurses.h(4) : fatal error C1083: Cannot open include file: 'userdefs.h': No such file or directory
LYDownload.c
f:\stproduct\888\lydownload.c(3) : fatal error C1083: Cannot open include file: 'HTParse.h': No such file or directory
LYEdit.c
f:\stproduct\888\lyedit.c(3) : fatal error C1083: Cannot open include file: 'HTParse.h': No such file or directory
LYexit.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -