port.plg

来自「主要是用C语言编写的简单的接口程序」· PLG 代码 · 共 62 行

PLG
62
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: port - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\admin\LOCALS~1\Temp\RSP23.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/port.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\金辉\jinh\Code\实例120\port.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\admin\LOCALS~1\Temp\RSP23.tmp" 
<h3>Output Window</h3>
Compiling...
port.cpp
G:\金辉\jinh\Code\实例120\port.cpp(161) : error C2079: 'reg' uses undefined union 'REGS'
G:\金辉\jinh\Code\实例120\port.cpp(162) : error C2228: left of '.x' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(162) : error C2228: left of '.dx' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(163) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(163) : error C2228: left of '.ah' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(164) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(164) : error C2228: left of '.al' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(165) : error C2065: 'int86' : undeclared identifier
G:\金辉\jinh\Code\实例120\port.cpp(171) : error C2079: 'reg' uses undefined union 'REGS'
G:\金辉\jinh\Code\实例120\port.cpp(172) : error C2228: left of '.x' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(172) : error C2228: left of '.dx' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(173) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(173) : error C2228: left of '.al' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(174) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(174) : error C2228: left of '.ah' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(176) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(176) : error C2228: left of '.ah' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(185) : error C2079: 'reg' uses undefined union 'REGS'
G:\金辉\jinh\Code\实例120\port.cpp(187) : error C2065: 'kbhit' : undeclared identifier
G:\金辉\jinh\Code\实例120\port.cpp(189) : error C2065: 'getch' : undeclared identifier
G:\金辉\jinh\Code\实例120\port.cpp(193) : error C2228: left of '.x' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(193) : error C2228: left of '.dx' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(194) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(194) : error C2228: left of '.ah' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(196) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(196) : error C2228: left of '.ah' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(200) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(200) : error C2228: left of '.al' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(206) : error C2079: 'reg' uses undefined union 'REGS'
G:\金辉\jinh\Code\实例120\port.cpp(207) : error C2228: left of '.x' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(207) : error C2228: left of '.dx' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(208) : error C2228: left of '.h' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(208) : error C2228: left of '.ah' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(210) : error C2228: left of '.x' must have class/struct/union type
G:\金辉\jinh\Code\实例120\port.cpp(210) : error C2228: left of '.ax' must have class/struct/union type
Error executing cl.exe.



<h3>Results</h3>
port.obj - 35 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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