Building dlls/oleaut32/tests/olepicture.c under Cygwin?

Robert Shearman rob at codeweavers.com
Mon Mar 3 10:19:30 CST 2008


Dan Kegel wrote:
> 7. Try compiling again.  Now you fail with a handful of errors like
> /cygdrive/c/DOCUME~1/Liz/LOCALS~1/Temp/ccXL7SF3.o:olepicture.c:(.text+0x18e5): u
> ndefined reference to `_IPictureDisp_Invoke'
>
> Seems like a portability problem in tests/olepicture.c.

 From ocidl.h:
#define 
IPictureDisp_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) 
(This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)

Which headers are you using?

-- 
Rob Shearman




More information about the wine-devel mailing list