Displaying 1 result from an estimated 1 matches for "iadvisesink_queryinterface".
2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
...nt40 program under Wine.
It works well using the Microsoft's OLE32, but we *absolutely* need it
to work without it.
I'm using the 2001-07-31 release of wine, and the program crashes little
after starting, inside the DataCache_GetAdvise function (in
datacache.c), on the instruction:
IAdviseSink_QueryInterface(this->sinkInterface,
&IID_IAdviseSink,
(void**)ppAdvSink);
I tried to find out the problem, but the source is really hard to read,
since it uses macros defined around other macros around other macros and
so on. I only understood that the structure th...