zsyntax.plg

来自「算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The o」· PLG 代码 · 共 39 行

PLG
39
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: zSyntax - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\sb\LOCALS~1\Temp\RSP2D.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/zSyntax.pdb" /debug /machine:I386 /out:"Debug/zSyntax.exe" /pdbtype:sept 
".\Debug\zSyntax.obj"
]
Creating command line "link.exe @C:\DOCUME~1\sb\LOCALS~1\Temp\RSP2D.tmp"
<h3>Output Window</h3>
Linking...
zSyntax.obj : error LNK2001: unresolved external symbol "public: int __thiscall zAsmchar::add(char)" (?add@zAsmchar@@QAEHD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: __thiscall zAsmchar::zAsmchar(int)" (??0zAsmchar@@QAE@H@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: int __thiscall zStrchar::adds(char *)" (?adds@zStrchar@@QAEHPAD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: __thiscall zStrchar::zStrchar(int)" (??0zStrchar@@QAE@H@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: long __thiscall zAsmchar::find(char)" (?find@zAsmchar@@QAEJD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: int __thiscall zAsmchar::del(char)" (?del@zAsmchar@@QAEHD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: int __thiscall zAsmchar::or(class zAsmchar &)" (?or@zAsmchar@@QAEHAAV1@@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: int __thiscall zStkchar::pop(char &)" (?pop@zStkchar@@QAEHAAD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: void __thiscall zStkchar::print(char *)" (?print@zStkchar@@QAEXPAD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: int __thiscall zStkchar::push(char)" (?push@zStkchar@@QAEHD@Z)
zSyntax.obj : error LNK2001: unresolved external symbol "public: __thiscall zStkchar::zStkchar(int)" (??0zStkchar@@QAE@H@Z)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/zSyntax.exe : fatal error LNK1120: 12 unresolved externals
执行 link.exe 时出错.



<h3>Results</h3>
zSyntax.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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