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

📄 dsaddin.cpp.txt

📁 ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The
💻 TXT
📖 第 1 页 / 共 5 页
字号:

--- Module:   C:\Code\MyProjects\AddIns\ResOrg\ResOrgAddIn\DSAddIn.cpp (C++)
 WINVER not defined. Defaulting to 0x0501 (Windows XP and Windows .NET Server) 
    ATLASSERT(lpType != RT_STRING);    // Call AtlFindStringResourceInstance to find the string
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlcore.h(343): error 131: (Error -- syntax error in call of macro 'MAKEINTRESOURCEA' at location line 343)
#... CON + DIFFERENCE)
            lpType = RT_GROUP_ICON;
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlcore.h(351): error 131: (Error -- syntax error in call of macro 'MAKEINTRESOURCEA' at location line 351)
#... SOR + DIFFERENCE)
            lpType = RT_GROUP_CURSOR;
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlcore.h(355): error 131: (Error -- syntax error in call of macro 'MAKEINTRESOURCEA' at location line 355)
#define    HTHEME    HANDLE
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJThemeHelper.h(44): error 652: (Warning -- #define of symbol 'HTHEME' declared previously at line 25, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\include\uxtheme.h)
};
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(78): error 612: (Warning -- Expected a declarator)
    BOOL            m_bOpenFileDialog;    // TRUE for open file dialog, FALSE for 
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(97): error 1925: (Note -- Symbol 'CCJBrowseButton::m_bOpenFileDialog' is a public data member -- Effective C++ #20)
    CString            m_strDefExt;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(99): error 1925: (Note -- Symbol 'CCJBrowseButton::m_strDefExt' is a public data member -- Effective C++ #20)
    CString            m_strFileName;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(100): error 1925: (Note -- Symbol 'CCJBrowseButton::m_strFileName' is a public data member -- Effective C++ #20)
    DWORD            m_dwFlags;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(101): error 1925: (Note -- Symbol 'CCJBrowseButton::m_dwFlags' is a public data member -- Effective C++ #20)
    CString            m_strFilter;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(102): error 1925: (Note -- Symbol 'CCJBrowseButton::m_strFilter' is a public data member -- Effective C++ #20)
    CString            m_strTitle;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(103): error 1925: (Note -- Symbol 'CCJBrowseButton::m_strTitle' is a public data member -- Effective C++ #20)
    CWnd*            m_pParentWnd;    // parent of edit control.
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(104): error 1925: (Note -- Symbol 'CCJBrowseButton::m_pParentWnd' is a public data member -- Effective C++ #20)
    virtual BOOL Create(CWnd* pWnd, BROWSE_TYPE eType, UINT nMenu, UINT nSubMenuIndx);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(129): error 1411: (Warning -- Member with different signature hides virtual member 'CButton::Create(const char *, unsigned long, const struct tagRECT &, CWnd *, unsigned int)' (line 2911, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxwin.h))
        int nSubMenuIndx = 0);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(215): error 1735: (Info -- Virtual function 'CCJBrowseEdit::SetSearchType(enum BROWSE_TYPE, unsigned int, int)' has default parameter -- Effective C++ #38)
    virtual void PreSubclassWindow();
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(221): error 1768: (Info -- Virtual function 'CCJBrowseEdit::PreSubclassWindow(void)' has an access (protected) different from the access (public) in the base class (CWnd))
    { for(UINT nID=32767; nID!=1; --nID){if(!pWnd->GetDlgItem(nID)){return nID;}}return 0; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(240): error 713: (Info -- Loss of precision (arg. no. 1) (unsigned int to int))
    { m_eType = eType; m_nMenu = nMenu; m_nSubMenuIndx = nSubMenuIndx; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJBrowseEdit.h(264): error 732: (Info -- Loss of sign (assignment) (int to unsigned int))
        BOOL bDisable = FALSE);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJFlatButton.h(181): error 1735: (Info -- Virtual function 'CCJFlatButton::DisableFlatLook(int)' has default parameter -- Effective C++ #38)
    virtual void DrawButtonText(CDC* pDC, UINT nState, CRect& rcItem);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaption.h(118): error 1768: (Info -- Virtual function 'CCJCaptionButton::DrawButtonText(CDC *, unsigned int, CRect &)' has an access (public) different from the access (protected) in the base class (CCJFlatButton))
        HICON hIcon=NULL);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaption.h(199): error 1735: (Info -- Virtual function 'CCJCaption::ModifyCaptionStyle(int, CFont *, const char *, struct HICON__ *)' has default parameter -- Effective C++ #38)
    virtual BOOL Create(CWnd* pParentWnd, LPCTSTR lpszWindowName, DWORD dwExStyle=WS_EX_FLATEDGE, DWORD dwStyle=WS_VISIBLE|SS_CENTER|SS_CENTERIMAGE, const CRect& rect=CRect(0,0,0,0), UINT nID = 0xffff);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaption.h(219): error 1411: (Warning -- Member with different signature hides virtual member 'CStatic::Create(const char *, unsigned long, const struct tagRECT &, CWnd *, unsigned int)' (line 2880, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxwin.h))
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaption.h(219): error 1735: (Info -- Virtual function 'CCJCaption::Create(CWnd *, const char *, unsigned long, unsigned long, const CRect &, unsigned int)' has default parameter -- Effective C++ #38)
#define CM_ONPUSHPINBUTTON   WM_USER + 1001        // push pin clicked.
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaptionPopupWnd.h(58): error 773: (Info -- Expression-like macro 'CM_ONPUSHPINBUTTON' not parenthesized)
#define CM_ONPUSHPINCANCEL   WM_USER + 1002        // push pin clicked.
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaptionPopupWnd.h(59): error 773: (Info -- Expression-like macro 'CM_ONPUSHPINCANCEL' not parenthesized)
    CWnd*            m_pParentWnd;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaptionPopupWnd.h(71): error 1925: (Note -- Symbol 'CCJCaptionPopupWnd::m_pParentWnd' is a public data member -- Effective C++ #20)
    CWnd*            m_pChildWnd;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaptionPopupWnd.h(72): error 1925: (Note -- Symbol 'CCJCaptionPopupWnd::m_pChildWnd' is a public data member -- Effective C++ #20)
    CWnd*            m_pChildParent;
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaptionPopupWnd.h(73): error 1925: (Note -- Symbol 'CCJCaptionPopupWnd::m_pChildParent' is a public data member -- Effective C++ #20)
    virtual BOOL Create(const CRect& rect, CWnd* pParentWnd, CWnd* pChildWnd);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJCaptionPopupWnd.h(87): 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))
#define CPN_SELCHANGE        WM_USER + 1001        // Color Picker Selection change
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPopup.h(60): error 773: (Info -- Expression-like macro 'CPN_SELCHANGE' not parenthesized)
#define CPN_DROPDOWN         WM_USER + 1002        // Color Picker drop down
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPopup.h(61): error 773: (Info -- Expression-like macro 'CPN_DROPDOWN' not parenthesized)
#define CPN_CLOSEUP          WM_USER + 1003        // Color Picker close up
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPopup.h(62): error 773: (Info -- Expression-like macro 'CPN_CLOSEUP' not parenthesized)
#define CPN_SELENDOK         WM_USER + 1004        // Color Picker end OK
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPopup.h(63): error 773: (Info -- Expression-like macro 'CPN_SELENDOK' not parenthesized)
#define CPN_SELENDCANCEL     WM_USER + 1005        // Color Picker end (cancelled)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPopup.h(64): error 773: (Info -- Expression-like macro 'CPN_SELENDCANCEL' not parenthesized)
                LPCTSTR szDefaultText = NULL, LPCTSTR szCustomText = NULL);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPopup.h(93): 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\CJColorPopup.h(93): error 1735: (Info -- Virtual function 'CCJColorPopup::Create(CPoint, unsigned long, CWnd *, const char *, const char *)' has default parameter -- Effective C++ #38)
    virtual void     SetTrackSelection(BOOL bTracking = TRUE)  { m_bTrackSelection = bTracking; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPicker.h(101): error 1735: (Info -- Virtual function 'CCJColorPicker::SetTrackSelection(int)' has default parameter -- Effective C++ #38)
    virtual void PreSubclassWindow();
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJColorPicker.h(124): error 1768: (Info -- Virtual function 'CCJColorPicker::PreSubclassWindow(void)' has an access (protected) different from the access (public) in the base class (CWnd))
        int iIndex);
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(100): error 1411: (Warning -- Member with different signature hides virtual member 'CComboBox::DeleteItem(struct tagDELETEITEMSTRUCT *)' (line 3187, file C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afxwin.h))
    { ASSERT(::IsWindow(m_hWnd)); return (BOOL) ::SendMessage(m_hWnd, CBEM_GETEXTENDEDSTYLE, 0, 0); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(246): error 732: (Info -- Loss of sign (return) (int to unsigned long))
    { ASSERT(::IsWindow(m_hWnd)); return (CEdit*) CEdit::FromHandle((HWND) ::SendMessage(m_hWnd, CBEM_GETEDITCONTROL, 0, 0)); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(252): error 1774: (Info -- Could use dynamic_cast to downcast polymorphic type 'CWnd')
    { ASSERT(::IsWindow(m_hWnd)); return (CComboBox*) CComboBox::FromHandle((HWND) ::SendMessage(m_hWnd, CBEM_GETCOMBOCONTROL, 0, 0)); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(254): error 1774: (Info -- Could use dynamic_cast to downcast polymorphic type 'CWnd')
    { ASSERT(::IsWindow(m_hWnd)); return CImageList::FromHandle((HIMAGELIST) ::SendMessage(m_hWnd, CBEM_SETIMAGELIST, 0, (LPARAM)pImageList->GetSafeHandle())); }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(256): error 818: (Info -- Pointer parameter 'pImageList' (line 255) could be declared as pointing to const)
    { UNUSED_ALWAYS(attr); UNUSED_ALWAYS(lpszWildCard); ASSERT(FALSE); return CB_ERR; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(264): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(264): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(264): error 527: (Warning -- Unreachable code at token 'return')
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(264): error 550: (Warning -- Symbol 'lpszWildCard' (line 263) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(264): error 550: (Warning -- Symbol 'attr' (line 263) not accessed)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(264): error 1762: (Info -- Member function 'CCJComboBoxEx::Dir(unsigned int, const char *)' could be made const)
    { UNUSED_ALWAYS(nIndexStart); UNUSED_ALWAYS(lpszFind); ASSERT(FALSE); return CB_ERR; }
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(266): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(266): error 522: (Warning -- Expected void type, assignment, increment or decrement)
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(266): error 527: (Warning -- Unreachable code at token 'return')
C:\Code\MyProjects\AddIns\ResOrg\CJLibrary\Include\CJComboBoxEx.h(266): error 550: (Warning -- Symbol 'nIndexStart' (line 265) not accessed)

⌨️ 快捷键说明

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