‘struct IMalloc’ has no member named ‘Release’ 이게 무슨 에러인가여?
글쓴이: hys545 / 작성시간: 토, 2006/01/07 - 8:43오후
wineg++ -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINE__ -D_WIN32_IE=0x0600 -D_WIN32_WINNT=0x0501 -DWINVER=0x0500 -D__MINGW32__ -DCINTERFACE -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -o explorer.o explorer.cpp In file included from ./precomp.h:31, from explorer.cpp:31: ./utility/utility.h:122:1: warning: "_tcsnicmp" redefined In file included from ./utility/utility.h:38, from ./precomp.h:31, from explorer.cpp:31: /usr/include/wine/windows/tchar.h:134:1: warning: this is the location of the previous definition In file included from ./precomp.h:31, from explorer.cpp:31: ./utility/utility.h:123:1: warning: "_tcsicoll" redefined In file included from ./utility/utility.h:38, from ./precomp.h:31, from explorer.cpp:31: /usr/include/wine/windows/tchar.h:119:1: warning: this is the location of the previous definition In file included from ./utility/shellclasses.h:34, from ./explorer.h:35, from ./precomp.h:33, from explorer.cpp:31: ./ros-hys.h:6:74: warning: no newline at end of file ./utility/shellclasses.h: In destructor ‘CommonShellMalloc::~CommonShellMalloc()’: ./utility/shellclasses.h:241: error: ‘struct IMalloc’ has no member named ‘Release’ ./utility/shellclasses.h: In destructor ‘SShellPtr<T>::~SShellPtr()’: ./utility/shellclasses.h:278: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In member function ‘void SShellPtr<T>::Free()’: ./utility/shellclasses.h:319: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In constructor ‘SIfacePtr<T>::SIfacePtr(IUnknown*, const IID*)’: ./utility/shellclasses.h:351: error: ‘struct IUnknown’ has no member named ‘QueryInterface’ ./utility/shellclasses.h:351: error: ‘struct IUnknown’ has no member named ‘QueryInterface’ ./utility/shellclasses.h: In member function ‘HRESULT IComSrvQI<BASE>::QueryInterface(const IID*, void**)’: ./utility/shellclasses.h:480: error: cannot convert ‘const GUID’ to ‘const void*’ for argument ‘2’ to ‘int memcmp(const void*, const void*, size_t)’ ./utility/shellclasses.h: In member function ‘HRESULT IComSrvQI<IUnknown>::QueryInterface(const IID*, void**)’: ./utility/shellclasses.h:499: error: cannot convert ‘const GUID’ to ‘const void*’ for argument ‘2’ to ‘int memcmp(const void*, const void*, size_t)’ ./utility/shellclasses.h:500: error: ‘AddRef’ was not declared in this scope ./utility/shellclasses.h: In constructor ‘ShellLinkPtr::ShellLinkPtr(IShellLinkA*)’: ./utility/shellclasses.h:617: error: ‘struct IShellLinkA’ has no member named ‘AddRef’ ./utility/shellclasses.h: In constructor ‘ShellPath::ShellPath(IShellFolder*, const WCHAR*)’: ./utility/shellclasses.h:667: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h:667: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h: In constructor ‘ShellPath::ShellPath(const WCHAR*)’: ./utility/shellclasses.h:677: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h:677: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h: In constructor ‘ShellPath::ShellPath(IShellFolder*, const CHAR*)’: ./utility/shellclasses.h:690: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h:690: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h: In constructor ‘ShellPath::ShellPath(const CHAR*)’: ./utility/shellclasses.h:703: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h:703: error: ‘struct IShellFolder’ has no member named ‘ParseDisplayName’ ./utility/shellclasses.h: In copy constructor ‘ShellPath::ShellPath(const ShellPath&)’: ./utility/shellclasses.h:715: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h: In constructor ‘ShellPath::ShellPath(const ITEMIDLIST*)’: ./utility/shellclasses.h:731: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h: In member function ‘void ShellPath::operator=(const ShellPath&)’: ./utility/shellclasses.h:745: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h:751: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In member function ‘void ShellPath::operator=(ITEMIDLIST*)’: ./utility/shellclasses.h:762: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h:768: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In member function ‘void ShellPath::operator=(const SHITEMID&)’: ./utility/shellclasses.h:775: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h:779: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In member function ‘void ShellPath::operator+=(const SHITEMID&)’: ./utility/shellclasses.h:785: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h:793: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In member function ‘void ShellPath::assign(const ITEMIDLIST*, size_t)’: ./utility/shellclasses.h:803: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h:810: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In member function ‘void ShellPath::assign(const ITEMIDLIST*)’: ./utility/shellclasses.h:821: error: ‘struct IMalloc’ has no member named ‘Alloc’ ./utility/shellclasses.h:826: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In destructor ‘StrRetA::~StrRetA()’: ./utility/shellclasses.h:875: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In destructor ‘StrRetW::~StrRetW()’: ./utility/shellclasses.h:901: error: ‘struct IMalloc’ has no member named ‘Free’ ./utility/shellclasses.h: In constructor ‘ShellItemEnumerator::ShellItemEnumerator(IShellFolder*, DWORD)’: ./utility/shellclasses.h:1042: error: ‘struct IShellFolder’ has no member named ‘EnumObjects’ ./utility/shellclasses.h:1042: error: ‘struct IShellFolder’ has no member named ‘EnumObjects’ ./utility/shellclasses.h: In member function ‘HRESULT PIDList::GetData(IDataObject*)’: ./utility/shellclasses.h:1074: error: ‘struct IDataObject’ has no member named ‘QueryGetData’ ./utility/shellclasses.h:1078: error: ‘struct IDataObject’ has no member named ‘GetData’ ./shell/shellfs.h: In constructor ‘ShellDirectory::ShellDirectory(ShellFolder&, const ShellPath&, HWND__*)’: ./shell/shellfs.h:68: error: ‘struct IShellFolder’ has no member named ‘AddRef’ ./shell/shellfs.h: In constructor ‘ShellDirectory::ShellDirectory(ShellDirectory*, _ITEMIDLIST*, HWND__*)’: ./shell/shellfs.h:82: error: ‘struct IShellFolder’ has no member named ‘AddRef’ ./shell/shellfs.h: In copy constructor ‘ShellDirectory::ShellDirectory(const ShellDirectory&)’: ./shell/shellfs.h:93: error: ‘struct IShellFolder’ has no member named ‘AddRef’ ./shell/shellfs.h: In destructor ‘virtual ShellDirectory::~ShellDirectory()’: ./shell/shellfs.h:100: error: ‘struct IShellFolder’ has no member named ‘Release’ ./shell/unixfs.h: In constructor ‘UnixEntry::UnixEntry(Entry*)’: ./shell/unixfs.h:33: error: no matching function for call to ‘Entry::Entry(Entry*&)’ ./shell/entries.h:86: note: candidates are: Entry::Entry(const Entry&) ./shell/entries.h:85: note: Entry::Entry(Entry*, ENTRY_TYPE) ./shell/entries.h:84: note: Entry::Entry(ENTRY_TYPE) ./shell/../utility/dragdropimpl.h: In constructor ‘IDropSourceImpl::IDropSourceImpl()’: ./shell/../utility/dragdropimpl.h:63: error: no matching function for call to ‘IComSrvBase<IDropSource, IDropSourceImpl>::IComSrvBase(const GUID&)’ ./utility/shellclasses.h:517: note: candidates are: IComSrvBase<BASE, OBJ>::IComSrvBase(const IID*) [with BASE = IDropSource, OBJ = IDropSourceImpl] ./utility/shellclasses.h:513: note: IComSrvBase<IDropSource, IDropSourceImpl>::IComSrvBase(const IComSrvBase<IDropSource, IDropSourceImpl>&) ./shell/../utility/dragdropimpl.h: In constructor ‘DragSourceHelper::DragSourceHelper()’: ./shell/../utility/dragdropimpl.h:221: error: cannot convert ‘const GUID’ to ‘const CLSID*’ for argument ‘1’ to ‘HRESULT CoCreateInstance(const CLSID*, IUnknown*, DWORD, const IID*, void**)’ ./shell/../utility/dragdropimpl.h: In destructor ‘virtual DragSourceHelper::~DragSourceHelper()’: ./shell/../utility/dragdropimpl.h:233: error: ‘struct IDragSourceHelper’ has no member named ‘Release’ ./shell/../utility/dragdropimpl.h: In member function ‘HRESULT DragSourceHelper::InitializeFromBitmap(HBITMAP__*, POINT&, RECT&, IDataObject*, COLORREF)’: ./shell/../utility/dragdropimpl.h:258: error: ‘struct IDragSourceHelper’ has no member named ‘InitializeFromBitmap’ ./shell/../utility/dragdropimpl.h: In member function ‘HRESULT DragSourceHelper::InitializeFromWindow(HWND__*, POINT&, IDataObject*)’: ./shell/../utility/dragdropimpl.h:265: error: ‘struct IDragSourceHelper’ has no member named ‘InitializeFromWindow’ ./shell/shellbrowser.h: In member function ‘virtual HRESULT ShellBrowser::QueryActiveShellView(IShellView**)’: ./shell/shellbrowser.h:78: error: ‘struct IShellView’ has no member named ‘AddRef’ ./desktop/desktop.h: In member function ‘virtual HRESULT DesktopWindow::QueryActiveShellView(IShellView**)’: ./desktop/desktop.h:68: error: ‘struct IShellView’ has no member named ‘AddRef’ ./utility/xmlstorage.h: In member function ‘XMLStorage::XMLInt::operator String() const’: ./utility/xmlstorage.h:1383: error: invalid conversion from ‘unsigned int’ to ‘const char*’ ./utility/xmlstorage.h:1383: error: initializing argument 2 of ‘int sprintf(char*, const char*, ...)’ ./utility/xmlstorage.h: In member function ‘void XMLStorage::XMLIntRef::assign(int)’: ./utility/xmlstorage.h:1419: error: invalid conversion from ‘unsigned int’ to ‘const char*’ ./utility/xmlstorage.h:1419: error: initializing argument 2 of ‘int sprintf(char*, const char*, ...)’ explorer.cpp: In member function ‘const Icon& IconCache::extract(IExtractIconA*, const CHAR*, int, ICONCACHE_FLAGS)’: explorer.cpp:509: error: ‘struct IExtractIconA’ has no member named ‘Extract’ ./utility/shellclasses.h: In constructor ‘SIfacePtr<T>::SIfacePtr(T*) [with T = IShellLinkA]’: ./utility/shellclasses.h:615: instantiated from here ./utility/shellclasses.h:346: error: ‘struct IShellLinkA’ has no member named ‘AddRef’ ./utility/shellclasses.h: In copy constructor ‘SIfacePtr<T>::SIfacePtr(const SIfacePtr<T>&) [with T = IShellFolder]’: ./utility/shellclasses.h:597: instantiated from here ./utility/shellclasses.h:444: error: ‘struct IShellFolder’ has no member named ‘AddRef’ ./utility/shellclasses.h: In member function ‘void SIfacePtr<T>::Free() [with T = IShellLinkA]’: ./utility/shellclasses.h:356: instantiated from ‘SIfacePtr<T>::~SIfacePtr() [with T = IShellLinkA]’ ./utility/shellclasses.h:615: instantiated from here ./utility/shellclasses.h:436: error: ‘struct IShellLinkA’ has no member named ‘Release’ ./utility/shellclasses.h: In member function ‘void SIfacePtr<T>::Free() [with T = IShellFolder]’: ./utility/shellclasses.h:356: instantiated from ‘SIfacePtr<T>::~SIfacePtr() [with T = IShellFolder]’ ./utility/shellclasses.h:597: instantiated from here ./utility/shellclasses.h:436: error: ‘struct IShellFolder’ has no member named ‘Release’ ./utility/shellclasses.h: In member function ‘void SIfacePtr<T>::Free() [with T = IEnumIDList]’: ./utility/shellclasses.h:356: instantiated from ‘SIfacePtr<T>::~SIfacePtr() [with T = IEnumIDList]’ ./utility/shellclasses.h:1039: instantiated from here ./utility/shellclasses.h:436: error: ‘struct IEnumIDList’ has no member named ‘Release’ winegcc: g++ failed. make: *** [explorer.o] 오류 2
File attachments:
첨부 | 파일 크기 |
---|---|
![]() | 288.86 KB |
![]() | 20.74 KB |
Forums:
error: ‘struct IEnumIDList’ has no membe
error: ‘struct IEnumIDList’ has no member named ‘Release’
IEnumIDList라는 구조체한테는 Release라는 멤버가 없다는군요.
댓글 달기