ngsortableoblist.h.txt

来自「ResOrg 图形化管理Vc项目的资源ID的工具的源代码。 ResOrg - 」· 文本 代码 · 共 35 行

TXT
35
字号

--- Module:   c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h
class NGLIB_EXT_CLASS    CNGSortableObList : public CObList
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'class' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'NGLIB_EXT_CLASS' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'CNGSortableObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 10: (Error -- Expecting identifier or other declarator)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(8): error 129: (Error -- declaration expected, identifier 'public' ignored)
{
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(9): error 129: (Error -- declaration expected, identifier 'CObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(9): error 10: (Error -- Expecting identifier or other declarator)
template< class TYPE >
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 40: (Error -- Undeclared identifier 'template')
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 129: (Error -- declaration expected, identifier '__created' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 10: (Error -- Expecting *)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 129: (Error -- declaration expected, identifier 'class' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(18): error 129: (Error -- declaration expected, identifier 'TYPE' ignored)
class CNGTypedSortableObList : public CNGSortableObList
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(19): error 129: (Error -- declaration expected, identifier 'class' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(19): error 129: (Error -- declaration expected, identifier 'CNGTypedSortableObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(19): error 129: (Error -- declaration expected, identifier 'public' ignored)
{
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(20): error 129: (Error -- declaration expected, identifier 'CNGSortableObList' ignored)
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(20): error 10: (Error -- Expecting identifier or other declarator)
#endif __NGSortableObList_H__
c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(89): error 544: (Warning -- endif or else not followed by EOL)

    --- Wrap-up for Module: c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h

c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h(3): error 750: (Info -- local macro '__NGSortableObList_H__' (line 3, file c:\Code\MyProjects\AddIns\ResOrg\NGLibrary\NGSortableObList.h) not referenced)

--- Global Wrap-up

 error 900: (Note -- Successful completion, 19 messages produced)

⌨️ 快捷键说明

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