fatal error LNK1104: cannot open file "d3dx8.lib"
I already have these SDK's
DirectX_Dev_Kit_Aug2007
Directx9-SDK_dec2004
D3DX8_0b.exe
I have linked all dictionaries
& i Still Get this ERROR on Rebuild - compiling :
Code:
Configuration: TatniumD3D - Win32 Debug--------------------
Compiling...
d3d8dev.cpp
d3d8int.cpp
d3d8tex.cpp
d3d8.cpp
main.cpp
Linking...
LINK : fatal error LNK1104: cannot open file "d3dx8.lib"
Error executing link.exe.
TatniumD3D.dll - 1 error(s), 0 warning(s)
I have done every possible SDK. latest one i have is Aug 2007.
Dave did help me in my silly chams declaration thanx for it,
i dont wanted to bug him again on MSN, so i posted it here.

Open up your compiler options -> Directories -> Click on include files and scrolls down to library files -> and put in
C:\Program Files\Microsoft DirectX SDK (august 2007)\lib
Yea, the lib doesn't go in the includes. Which is what you put in the picture, it goes in the Library files. Go to the drop-down list and select library files.
Thats exactly what I told you to do, sorry if I didn't make it clear enough.
There isn't d3d8 files in august 2007 sdk, use the summer of 2004 one.