📄 getfieldname.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: GetFieldName - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP46.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/GetFieldName.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\Visual C++ 6.0数据库系统开发实例导航\NEW\BOOK\Visual C++ 6.0数据库系统开发实例导航\source code\07\GetFieldName\GetFieldName.cpp"
"F:\Visual C++ 6.0数据库系统开发实例导航\NEW\BOOK\Visual C++ 6.0数据库系统开发实例导航\source code\07\GetFieldName\GetFieldNameDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP46.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP47.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/GetFieldName.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\Visual C++ 6.0数据库系统开发实例导航\NEW\BOOK\Visual C++ 6.0数据库系统开发实例导航\source code\07\GetFieldName\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP47.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/GetFieldName.pdb" /machine:I386 /out:"Release/GetFieldName.exe" ".\Release\GetFieldName.obj" ".\Release\GetFieldNameDlg.obj" ".\Release\StdAfx.obj" ".\Release\GetFieldName.res" "
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
f:\visual c++ 6.0数据库系统开发实例导航\new\book\visual c++ 6.0数据库系统开发实例导航\source code\07\getfieldname\release\msado15.tlh(405) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
GetFieldName.cpp
GetFieldNameDlg.cpp
Generating Code...
Linking...
LINK : fatal error LNK1181: cannot open input file ".\Release\GetFieldName.res"
Error executing link.exe.
<h3>Results</h3>
GetFieldName.exe - 1 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -