d3dx10d.dll

I was using the Direct3d9 samples from DirectX and while running i hadn't got any problems, but when i was copying the code from the sample into my own empty project a message occured that i haven't got the d3dx10d.dll.
[221 byte] By [Black-Pear] at [2008-3-1]
# 1
Can you clarify that? What sample were you using? Were you manually copying the code? (You shouldn't do that, you should use the DX Sample Browser to install new projects).
DavidWeller-MSFT at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 2

I think he has my same problem. I've installed DirectX SDK under Windows Vista, but when i try to run a DirectX10 project, the application tells me: d3dx10.dll not found. I'd want try DirectX10 development, but i cant ... some1 can help me?

3Nu at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 3
I had installed from the DirectX sample browser the "Tutorial 5: Textures" and i wanted to see if it works when i create a empty projekt and copy the whole code from this installed sample into the empty projekt, but when i run this empty projekt a message occure that i haven't got D3DX10D.DLL. It's strange because this is a sample from D3D9 not D3D10.
Black-Pear at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 4

3Nu, Which Version of Vista and DirectX SDK do you use?

Bleak-Pear, you are sure that you have used EmptyProject and not EmptyProject10?

RalfKornmann at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 5
When i create in MSVisualStudio a new projekt I see there just one emptyproject.
Not emptyprojekt10.
Black-Pear at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 6
If your code linked with the DX10 libs, you might be required to run with DX10 dlls. They are in the redistribute package. You can extract them from cab files manaully by using WinRar or similar tools. May this helps.
AiSorcerer at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 7
I searched all .cab packages but there wasn't any d3xd10 file. There wasn't even a d3d10 package.
Black-Pear at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...
# 8
Sorry my mistake... maybe you need the Vista WDK to find dx10 dlls. If you can not get the package and just need dx9 framework, a clean up task againt dx10 headers and libs in your VS project may be necessary.
AiSorcerer at 2007-9-4 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Direct3D 10...