d3d starter kitWhen i compile, i always get this error: Error 5 fatal error LNK1104: cannot open file 'd3dx9.lib' TatniumD3D TatniumD3D Does anyone know how to fix this. btw Visual studio 2008. Thanks.
try right clicking on the project go to properties > Linker > Input and in Additiona dependencies type d3dx9.lib
Originally Posted by ShabbaStoney try right clicking on the project go to properties > Linker > Input and in Additiona dependencies type d3dx9.lib Thanks it worked.
cool :P, you can add more dependencies by clicking on the little button with the ... so you could add d3d9.lib, d3d8.lib etc...