loadextdlldlg.plg

来自「这源代码是《白领就业指南:visual c++ 6.0 设计师之路》的配套源代码」· PLG 代码 · 共 42 行

PLG
42
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: LoadExtDllDlg - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\DONGZI~1\LOCALS~1\Temp\RSP56.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/LoadExtDllDlg.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ    /c 
"G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\DONGZI~1\LOCALS~1\Temp\RSP56.tmp" 
Creating temporary file "C:\DOCUME~1\DONGZI~1\LOCALS~1\Temp\RSP57.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/LoadExtDllDlg.pdb" /debug /machine:I386 /def:".\LoadExtDllDlg.def" /out:"Debug/LoadExtDllDlg.dll" /implib:"Debug/LoadExtDllDlg.lib" /pdbtype:sept 
.\Debug\LoadExtDllDlg.obj
.\Debug\StdAfx.obj
.\Debug\LoadExtDllDlg.res
.\Debug\LoadExtDll.obj
]
Creating command line "link.exe @C:\DOCUME~1\DONGZI~1\LOCALS~1\Temp\RSP57.tmp"
<h3>Output Window</h3>
Compiling...
LoadExtDll.cpp
G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp(51) : error C2065: 'CExtDialog' : undeclared identifier
G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp(51) : error C2146: syntax error : missing ';' before identifier 'extDialog'
G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp(51) : error C2065: 'extDialog' : undeclared identifier
G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp(52) : error C2018: unknown character '0xa1'
G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp(52) : error C2018: unknown character '0xa1'
G:\vc\ExtDll\LoadExtDllDlg\LoadExtDll.cpp(52) : error C2228: left of '.DoModal' must have class/struct/union type
Error executing cl.exe.



<h3>Results</h3>
LoadExtDllDlg.dll - 6 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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