shapes.vcl

来自「windows ce 5.0 显示一些基本图形」· VCL 代码 · 共 38 行

VCL
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Shapes - Win32 (WCE emulator) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Test\LOCALS~1\Temp\RSP10.tmp" with contents
[
commctrl.lib coredll.lib corelibc.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"WinMainCRTStartup" /incremental:yes /pdb:"emulatorDbg/Shapes.pdb" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib /out:"emulatorDbg/Shapes.exe" /subsystem:windowsce,5.00 /MACHINE:IX86 
".\emulatorDbg\Shapes.obj"
".\emulatorDbg\TextDemo.obj"
]
Creating command line "link.exe @C:\DOCUME~1\Test\LOCALS~1\Temp\RSP10.tmp"
<h3>Output Window</h3>
Linking...
TextDemo.obj : error LNK2005: _MainMessages already defined in Shapes.obj
TextDemo.obj : error LNK2005: _szAppName already defined in Shapes.obj
TextDemo.obj : error LNK2005: _WinMain already defined in Shapes.obj
TextDemo.obj : error LNK2005: _InitApp already defined in Shapes.obj
TextDemo.obj : error LNK2005: _InitInstance already defined in Shapes.obj
TextDemo.obj : error LNK2005: _TermInstance already defined in Shapes.obj
TextDemo.obj : error LNK2005: _MainWndProc already defined in Shapes.obj
TextDemo.obj : error LNK2005: _DoCreateMain already defined in Shapes.obj
TextDemo.obj : error LNK2005: _DoPaintMain already defined in Shapes.obj
TextDemo.obj : error LNK2005: _DoDestroyMain already defined in Shapes.obj
emulatorDbg/Shapes.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.



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

⌨️ 快捷键说明

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