PDA

View Full Version : WormX


Newbie00
5th April 2004, 07:22
WormX, would you be kind enough to help me with some Direct Input errors I am getting?

Errors such as

[PHP]
error C2504: 'IDirectInputDevice8' : base class undefined
/PHP]

WoRmX
5th April 2004, 17:13
Try downloading a directx sdk ;)

Newbie00
5th April 2004, 23:42
I have the DirectX 9 SDK installed. Are there other lib files then d3d8.lib and d3d8x.lib that I have to include?

WoRmX
6th April 2004, 00:47
d3d8.h maybe?

Newbie00
6th April 2004, 01:48
I have everything included and installed. Are there any specific things I need to do to get Direct Input to work?

WoRmX
6th April 2004, 18:38
goto project settings stuff and add in the bar with all the libz the d3d libz. Also make at every .cpp/.h file u writing a d3d8.h include at the top