search for: sinkinterfac

Displaying 1 result from an estimated 1 matches for "sinkinterfac".

Did you mean: sinkinterface
2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
...ell 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 this (created by the mac...