Click to See Complete Forum and Search --> : Feb 2005 New DirectX SDK Problems


chadz001
March 17th, 2005, 09:51 AM
I have developed a program using an older version of the DirectX SDK (Version 9). I then installed the Feb 2005 Update, and although the program will work on my computer, it now won't work on other computers.

It now comes up with the error: 'd3dx9_24.dll was not found'

The other computers have the most recent version of the runtime environment (9c), but it comes up saying that it is missing this dll.

In my program, the only inludes I declare are:

d3d9.h
d3dx9.h

I am using D3DXCreateFont, which apparently uses:

Stock Implementation: d3dx9_24.dll
Custom Implementation: No
Header: d3dx9core.h
Import library: d3dx9.lib
Minimum operating systems: Windows 98

What's going wrong?

chadz001
March 17th, 2005, 11:31 AM
Ah, solved it, sorry.

I installed Direct SDK V9.0 Feb 2005 update
When trying it on another computer, I downloaded the DirectX V9.0c redistribution environment and installed that.
That didn't work, I needed DirectX V9.0c Feb 2005 redistribution environment.