Menu

#757 PyIAsyncOperation has been renamed

v1.0 (example)
open
nobody
None
5
2017-08-15
2017-08-15
Xaav
No

So finally after some months, I figured out the IasyncOperation compilation issues. This needs to be added to the top of PyIAsyncOperation.h:

#if _MSC_VER >= 1900
#include "Shldisp.h"
#define IAsyncOperation IDataObjectAsyncCapability
#define IID_IAsyncOperation IID_IDataObjectAsyncCapability
#endif

Discussion