Some questions about directx transform

I am a beginner on directx transform.

I have some questions about it.

1. The MSDN mentioned that there is a tool named DXETool.exe, but I can not find it under VS directory. is it out of date?

2. I find some codes(http://www.sworks.com/keng/da/multimedia/dtrans/c++/dxetool/), but it can not be compiled. There are lot of compile error in afxcomctl32.h, for example,

Error 1 error C2059: syntax error : '__stdcall' d:\program files\microsoft visual studio 8\vc\atlmfc\include\afxcomctl32.h 295

Can anyone give me some help to fix it?

3. I installed the lasted DirectX, but I found there is no any content about directx transform. This confused me,if I want to go further on directx transform, which material I should read. can someone give me some suggestion?

thank a lot.

[995 byte] By [zhu.zheng] at [2007-12-24]
# 1
If I'm not mistaking, DirectTransform is that voodoo component that lived in Internet Explorer for drawing animations and doing image blends... It was never exposed under the official DirectX SDK, but you can find probably some mention about it in the IE SDK for doing transitions in CSS styles...
WessamBahnassi at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 2

Thank you, I will try more.

zhu.zheng at 2007-10-8 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...