- Thread starter
- #11
Well I don't understand how you can compile the SDK only by changing the path's and order.
I tried 2-3 versions of the DirectX SDK and Platform SDK, and it fails in "ctlutils" with line
COARefTime(LONG);
operator=(LONG);
and compiles when changed to :
COARefTime& operator=(LONG);
Please send your path, so I can se what you include first
I tried 2-3 versions of the DirectX SDK and Platform SDK, and it fails in "ctlutils" with line
COARefTime(LONG);
operator=(LONG);
and compiles when changed to :
COARefTime& operator=(LONG);
Please send your path, so I can se what you include first