📄 dsaddin.cpp.txt
字号:
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(266): error 550: (Warning -- Symbol 'lpszFind' (line 265) not accessed)
{ UNUSED_ALWAYS(lpszString); ASSERT(FALSE); return CB_ERR; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(268): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(268): error 527: (Warning -- Unreachable code at token 'return')
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(268): error 550: (Warning -- Symbol 'lpszString' (line 267) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(268): error 1762: (Info -- Member function 'CCJComboBoxEx::AddString(const char *)' could be made const)
{ UNUSED_ALWAYS(nStartChar); UNUSED_ALWAYS(nEndChar); ASSERT(FALSE); return FALSE; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(270): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(270): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(270): error 527: (Warning -- Unreachable code at token 'return')
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(270): error 550: (Warning -- Symbol 'nEndChar' (line 269) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(270): error 550: (Warning -- Symbol 'nStartChar' (line 269) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(270): error 1762: (Info -- Member function 'CCJComboBoxEx::SetEditSel(int, int)' could be made const)
{ UNUSED_ALWAYS(nIndex); UNUSED_ALWAYS(lpszString); ASSERT(FALSE); return CB_ERR; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(272): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(272): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(272): error 527: (Warning -- Unreachable code at token 'return')
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(272): error 550: (Warning -- Symbol 'nIndex' (line 271) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(272): error 550: (Warning -- Symbol 'lpszString' (line 271) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(272): error 1762: (Info -- Member function 'CCJComboBoxEx::InsertString(int, const char *)' could be made const)
int xoffset,global_offset;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(91): error 1925: (Note -- Symbol 'CCJMenuData::xoffset' is a public data member -- Effective C++ #20)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(91): error 1925: (Note -- Symbol 'CCJMenuData::global_offset' is a public data member -- Effective C++ #20)
int menuIconNormal;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(92): error 1925: (Note -- Symbol 'CCJMenuData::menuIconNormal' is a public data member -- Effective C++ #20)
UINT nFlags,nID,syncflag;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(93): error 1925: (Note -- Symbol 'CCJMenuData::nFlags' is a public data member -- Effective C++ #20)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(93): error 1925: (Note -- Symbol 'CCJMenuData::nID' is a public data member -- Effective C++ #20)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(93): error 1925: (Note -- Symbol 'CCJMenuData::syncflag' is a public data member -- Effective C++ #20)
CImageList *bitmap;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(94): error 1925: (Note -- Symbol 'CCJMenuData::bitmap' is a public data member -- Effective C++ #20)
void *pContext; // used to attach user data
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(95): error 1925: (Note -- Symbol 'CCJMenuData::pContext' is a public data member -- Effective C++ #20)
const wchar_t *GetWideString(void) {return m_szMenuText;};
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(88): error 1762: (Info -- Member function 'CCJMenuData::GetWideString(void)' could be made const)
{
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(106): error 1932: (Note -- Base class 'tagMENUITEMINFOA' is not abstract -- More Effective C++ #33)
#define AppendMenu AppendMenuA
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(122): error 760: (Info -- Redundant macro 'AppendMenu' defined identically at line 5689, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\include\winuser.h)
#define InsertMenu InsertMenuA
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(123): error 760: (Info -- Redundant macro 'InsertMenu' defined identically at line 5665, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\include\winuser.h)
static int CCJMenu::GetMenuDrawMode(void);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(252): error 1706: (Info -- Declaration with scope operator is unusual within a class)
static BOOL CCJMenu::GetSelectDisableMode(void);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(253): error 1706: (Info -- Declaration with scope operator is unusual within a class)
CCJMenuData *CCJMenu::FindMenuItem(UINT nID);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(280): error 1706: (Info -- Declaration with scope operator is unusual within a class)
void CCJMenu::InitializeMenuList(int value);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(290): error 1706: (Info -- Declaration with scope operator is unusual within a class)
void CCJMenu::DeleteMenuList(void);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(291): error 1706: (Info -- Declaration with scope operator is unusual within a class)
CCJMenuData *CCJMenu::FindMenuList(UINT nID);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(292): error 1706: (Info -- Declaration with scope operator is unusual within a class)
operator CCJMenuMemDC*() {return this;}
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(422): error 1930: (Note -- Conversion operator 'CCJMenuMemDC::operator CCJMenuMemDC *(void)' found -- More Effective C++ #5)
this, m_rect.left, m_rect.top, SRCCOPY);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(406): error 1551: (Warning -- Function may throw exception '...' in destructor 'CCJMenuMemDC::~CCJMenuMemDC(void)' -- More Effective C++ #11)
SelectObject(m_pOldBitmap);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(409): error 1551: (Warning -- Function may throw exception '...' in destructor 'CCJMenuMemDC::~CCJMenuMemDC(void)' -- More Effective C++ #11)
}
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(416): error 1740: (Info -- pointer member 'CCJMenuMemDC::m_pOldBitmap' (line 426) not directly freed or zeroed by destructor -- Effective C++ #6)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJMenu.h(416): error 1740: (Info -- pointer member 'CCJMenuMemDC::m_pDC' (line 427) not directly freed or zeroed by destructor -- Effective C++ #6)
BOOL m_bUnique; // used by CCJControlBar and CCJSizeDockBar,
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(223): error 1925: (Note -- Symbol 'CCJControlBar::m_bUnique' is a public data member -- Effective C++ #20)
BOOL m_bToFit; // used by CCJControlBar and CCJSizeDockBar,
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(227): error 1925: (Note -- Symbol 'CCJControlBar::m_bToFit' is a public data member -- Effective C++ #20)
CHILD_BORDER m_eChildBorder; // determines if a border should be drawn around the child area.
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(231): error 1925: (Note -- Symbol 'CCJControlBar::m_eChildBorder' is a public data member -- Effective C++ #20)
virtual void EnableSaveState(bool bAutoSave=true);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(302): error 1735: (Info -- Virtual function 'CCJControlBar::EnableSaveState(bool)' has default parameter -- Effective C++ #38)
BOOL bFlatBorders = FALSE);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(319): error 1411: (Warning -- Member with different signature hides virtual member 'CWnd::Create(const char *, const char *, unsigned long, const struct tagRECT &, CWnd *, unsigned int, CCreateContext *)' (line 1964, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxwin.h))
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(319): error 1735: (Info -- Virtual function 'CCJControlBar::Create(CWnd *, unsigned int, const char *, CSize, unsigned long, int)' has default parameter -- Effective C++ #38)
BOOL bButtons = TRUE);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(412): error 1735: (Info -- Virtual function 'CCJControlBar::ShowFrameControls(int, int)' has default parameter -- Effective C++ #38)
virtual void SetMenuID(UINT popupMenuID, UINT popToolbarID=0, int nPos=0);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(416): error 1735: (Info -- Virtual function 'CCJControlBar::SetMenuID(unsigned int, unsigned int, int)' has default parameter -- Effective C++ #38)
virtual void EnableFlatLook(BOOL bFlat=TRUE);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(422): error 1735: (Info -- Virtual function 'CCJControlBar::EnableFlatLook(int)' has default parameter -- Effective C++ #38)
virtual void DrawGripper(CDC* pDC);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(449): error 1411: (Warning -- Member with different signature hides virtual member 'CControlBar::DrawGripper(CDC *, const CRect &)' (line 175, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxext.h))
virtual void DrawBorders(CDC *pDC, CRect &rect);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(470): error 1768: (Info -- Virtual function 'CCJControlBar::DrawBorders(CDC *, CRect &)' has an access (protected) different from the access (public) in the base class (CControlBar))
#define AFX_IDW_SIZEBAR_LEFT AFX_IDW_DOCKBAR_LEFT + 4
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(519): error 773: (Info -- Expression-like macro 'AFX_IDW_SIZEBAR_LEFT' not parenthesized)
#define AFX_IDW_SIZEBAR_RIGHT AFX_IDW_DOCKBAR_RIGHT + 5
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(520): error 773: (Info -- Expression-like macro 'AFX_IDW_SIZEBAR_RIGHT' not parenthesized)
#define AFX_IDW_SIZEBAR_TOP AFX_IDW_DOCKBAR_TOP + 6
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(521): error 773: (Info -- Expression-like macro 'AFX_IDW_SIZEBAR_TOP' not parenthesized)
#define AFX_IDW_SIZEBAR_BOTTOM AFX_IDW_DOCKBAR_BOTTOM + 7
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(522): error 773: (Info -- Expression-like macro 'AFX_IDW_SIZEBAR_BOTTOM' not parenthesized)
{ ASSERT(::IsWindow(m_hWnd)); return (GetParent()->GetDlgCtrlID()==AFX_IDW_SIZEBAR_BOTTOM); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(564): error 1727: (Info -- inline 'CCJControlBar::IsBottomDocked(void) const' not previously defined inline at (line 354))
{ ASSERT(::IsWindow(m_hWnd)); return (GetParent()->GetDlgCtrlID()==AFX_IDW_SIZEBAR_TOP); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(567): error 1727: (Info -- inline 'CCJControlBar::IsTopDocked(void) const' not previously defined inline at (line 349))
{ ASSERT(::IsWindow(m_hWnd)); return (GetParent()->GetDlgCtrlID()==AFX_IDW_SIZEBAR_RIGHT); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(570): error 1727: (Info -- inline 'CCJControlBar::IsRightDocked(void) const' not previously defined inline at (line 344))
{ ASSERT(::IsWindow(m_hWnd)); return (GetParent()->GetDlgCtrlID()==AFX_IDW_SIZEBAR_LEFT); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJControlBar.h(573): error 1727: (Info -- inline 'CCJControlBar::IsLeftDocked(void) const' not previously defined inline at (line 339))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -