Directx8 components arnt working with dx9 sdk, strange

Started by
2 comments, last by johnnyBravo 20 years, 1 month ago
Hi, in my program ive got dx9 stuff, which all works fine in my program, but when i try to use directsound8 and directinput8, it says it can''t find none of the functions or classes, i know the code is right as it runs on my other computers, i don''t know why this would be happening, any ideas?
Advertisement
#include "d3d8.h"
#include "d3dx8.h"

and dont forget to link to the appropriate directX libraries and use the appropriate version numbers
quote:Original post by psamty10
#include "d3d8.h"
#include "d3dx8.h"

and dont forget to link to the appropriate directX libraries and use the appropriate version numbers


ya i got the right libs, but the d3d8.h etc isnt that just for the 3dstuff

not sound and input that im having the problem with,


its just that it worked on the other computer, but not this one(my new laptop)
got it, i re ran the setup and it works now, thanks anyway

This topic is closed to new replies.

Advertisement