search for: ppadvsink

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

2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
...t. 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 macro _ICOM_THIS_From_IViewObject2(DataCache, iface) ) is corrupted. Does anybody...