📄 display.plg
字号:
--------------------Configuration: Display - Win32 Debug--------------------
Begining build with project "D:\ccjb\vc_wea3\Display.dsp", at root.
Active configuration is Win32 (x86) Console Application (based on Win32 (x86) Console Application)
Project's tools are:
"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Display.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /c "
"Win32 Resource Compiler" with flags "/l 0x804 /d "_DEBUG" "
"Browser Database Maker" with flags "/nologo /o"Debug/Display.bsc" "
"COFF Linker for 80x86" with flags "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/Display.pdb" /debug /machine:I386 /out:"Debug/Display.exe" /pdbtype:sept "
"Custom Build" with flags ""
"<Component 0xa>" with flags ""
Creating temp file "C:\WINDOWS\TEMP\RSP4283.TMP" with contents </nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Display.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\ccjb\vc_wea3\Display.c"
>
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP4283.TMP"
Creating temp file "C:\WINDOWS\TEMP\RSP4284.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/Display.pdb" /debug /machine:I386 /out:"Debug/Display.exe" /pdbtype:sept
.\Debug\Display.obj>
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP4284.TMP"
Compiling...
Display.c
D:\ccjb\vc_wea3\Display.c(7) : warning C4013: 'window' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(11) : warning C4013: 'textbackground' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(12) : warning C4013: 'textcolor' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(12) : error C2065: 'RED' : undeclared identifier
D:\ccjb\vc_wea3\Display.c(39) : warning C4013: 'clrscr' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(41) : warning C4013: 'gotoxy' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(117) : warning C4013: 'clreol' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(166) : warning C4013: 'inportb' undefined; assuming extern returning int
D:\ccjb\vc_wea3\Display.c(204) : warning C4033: 'KeyProc' must return a value
D:\ccjb\vc_wea3\Display.c(303) : warning C4013: 'chdir' undefined; assuming extern returning int
Error executing cl.exe.
Display.exe - 1 error(s), 9 warning(s)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -