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?
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?