When linking this .lib file I am getting this error message returned:
Code:
Generating Code...
Linking...
C:\ASE\Navigator\dinput8.lib : fatal error LNK1113: invalid machine type
Error executing link.exe.
I ran a search for the file and I know it exists in this particular location, because I copied it there. It also exists in other locations after running an sdk install from MS. I should mention I am using Visual studio 6.0 C++. Quite old, try to keep up with updates.

Below is the code I am attempting to use to intialize and run directinput. I am a rookie!
Code:
#define DIRECTINPUT_VERSION 0x0800
#include "dinput.h"
Thanks for any help or just for looking....