⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 属性页.plg

📁 一些自己开发的控件源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 属性页 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/属性页.res" /d "_DEBUG" /d "_AFXDLL" "F:\TEST\属性页\属性页.rc"" 
Creating temporary file "C:\DOCUME~1\wyxiang\LOCALS~1\Temp\RSPC5.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/属性页.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\TEST\属性页\属性页.cpp"
"F:\TEST\属性页\属性页Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wyxiang\LOCALS~1\Temp\RSPC5.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/属性页.pdb" /debug /machine:I386 /out:"Debug/属性页.exe" /pdbtype:sept  ".\Debug\StdAfx.obj" ".\Debug\属性页.obj" ".\Debug\属性页Dlg.obj" ".\Debug\属性页.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
属性页Dlg.cpp
F:\TEST\属性页\属性页Dlg.cpp(120) : error C2059: syntax error : 'return'
F:\TEST\属性页\属性页Dlg.cpp(121) : warning C4035: 'OnInitDialog' : no return value
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2039: 'CMyDlg' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2039: 'CMyDlg' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2653: 'CMyDlg' : is not a class or namespace name
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2039: 'UINT' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2146: syntax error : missing ')' before identifier 'nID'
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2182: 'OnSysCommand' : illegal use of type 'void'
F:\TEST\属性页\属性页Dlg.cpp(123) : error C2059: syntax error : ')'
F:\TEST\属性页\属性页Dlg.cpp(124) : error C2143: syntax error : missing ';' before '{'
F:\TEST\属性页\属性页Dlg.cpp(124) : error C2447: missing function header (old-style formal list?)
F:\TEST\属性页\属性页Dlg.cpp(140) : error C2039: 'CMyDlg' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(140) : error C2039: 'CMyDlg' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(140) : error C2653: 'CMyDlg' : is not a class or namespace name
F:\TEST\属性页\属性页Dlg.cpp(142) : error C2352: 'CWnd::IsIconic' : illegal call of non-static member function
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxwin.h(2033) : see declaration of 'IsIconic'
F:\TEST\属性页\属性页Dlg.cpp(144) : error C2039: 'CPaintDC' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(144) : error C2146: syntax error : missing ';' before identifier 'dc'
F:\TEST\属性页\属性页Dlg.cpp(144) : error C2039: 'dc' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(144) : error C2673: 'OnPaint' : global functions do not have 'this' pointers
F:\TEST\属性页\属性页Dlg.cpp(146) : error C2039: 'WPARAM' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(146) : error C2146: syntax error : missing ')' before identifier 'dc'
F:\TEST\属性页\属性页Dlg.cpp(146) : error C2059: syntax error : ')'
F:\TEST\属性页\属性页Dlg.cpp(149) : error C2039: 'GetSystemMetrics' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(150) : error C2039: 'GetSystemMetrics' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(151) : error C2039: 'CRect' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(151) : error C2146: syntax error : missing ';' before identifier 'rect'
F:\TEST\属性页\属性页Dlg.cpp(151) : error C2039: 'rect' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(152) : error C2039: 'rect' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(153) : error C2039: 'rect' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(153) : error C2039: 'Width' : is not a member of 'CTabCtrl'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxcmn.h(687) : see declaration of 'CTabCtrl'
F:\TEST\属性页\属性页Dlg.cpp(154) : error C2228: left of '.Height' must have class/struct/union type
F:\TEST\属性页\属性页Dlg.cpp(157) : error C2228: left of '.DrawIcon' must have class/struct/union type
F:\TEST\属性页\属性页Dlg.cpp(157) : error C2065: 'm_hIcon' : undeclared identifier
F:\TEST\属性页\属性页Dlg.cpp(161) : error C2248: 'OnPaint' : cannot access protected member declared in class 'CWnd'
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxwin.h(2295) : see declaration of 'OnPaint'
F:\TEST\属性页\属性页Dlg.cpp(161) : error C2352: 'CWnd::OnPaint' : illegal call of non-static member function
        e:\win2000\microsoft visual studio\vc98\mfc\include\afxwin.h(2295) : see declaration of 'OnPaint'
Generating Code...
Compiling...
属性页.cpp
Generating Code...
Error executing cl.exe.



<h3>Results</h3>
属性页.exe - 34 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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