PDA

View Full Version : Does anyone know where can I get older version of DirectX viewer?


AlexN
04-24-2007, 05:48 AM
Does anyone know where can I get older version of DirectX viewer? I just downloaded the Apr07 SDK, the DirectX viewer doesn't work anymore. I think any version up from Dec06 depends on DX 10, so everytime I try to load a .x file, it crashes.

I don't want to re-install a older version SDK just to get that DX viewer. Any help would be appreciated.


Thanks.

AlexN
04-27-2007, 01:36 AM
Reinstalled the Oct06 SDK, everything works fine now. :)

So, if your dev machine is XP, that is the latest working version you can get.

Josh1billion
04-27-2007, 03:55 PM
So, if your dev machine is XP, that is the latest working version you can get.
So the newest DirectX SDK is already Vista-only? I could understand this after a few years, but not just a few months after Vista's release-- damn, Microsoft really wants us to upgrade immediately.

Well, I guess it's because apparently Vista handles graphics extremely differently. That's what I read in a magazine not long ago, anyway.

Backov
04-27-2007, 05:53 PM
So the newest DirectX SDK is already Vista-only? I could understand this after a few years, but not just a few months after Vista's release-- damn, Microsoft really wants us to upgrade immediately.

Well, I guess it's because apparently Vista handles graphics extremely differently. That's what I read in a magazine not long ago, anyway.

No, that's not the case. The DX viewer specifically has all sorts of issues lately though. It doesn't even work correctly on Vista right now.

AlexN
04-27-2007, 06:51 PM
So the newest DirectX SDK is already Vista-only?

Not really, only the DX viewer. If you run Dependency Walker on it, you can see it depends on two DLLs that XP doesn't have (D3DX10.DLL, DWMAPI.DLL).

Backov
04-27-2007, 11:28 PM
Not really, only the DX viewer. If you run Dependency Walker on it, you can see it depends on two DLLs that XP doesn't have (D3DX10.DLL, DWMAPI.DLL).

The source comes with the SDK, so it may also be fixable.