‘struct IMalloc’ has no member named ‘Release’ 이게 무슨 에러인가여?

hys545의 이미지

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: 
첨부파일 크기
파일 objidl.h288.86 KB
파일 shellclasses.h20.74 KB
ckebabo의 이미지

error: ‘struct IEnumIDList’ has no member named ‘Release’

IEnumIDList라는 구조체한테는 Release라는 멤버가 없다는군요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.