I'm trying to compile the July07 source code from GDMag link here
I'm using Visual Studio 2008 and Microsoft DirectX SDK (June 2010) i managed to compile and run different direct x projects
but this one is giving the following errors
>scatter.obj : error LNK2001: unresolved external symbol _c_dfDIJoystick2
1>scatter.obj : error LNK2019: unresolved external symbol _DirectInput8Create@20 referenced in function "long __cdecl InitDirectInput(struct HWND__ *)" (?InitDirectInput@@YAJPAUHWND__@@@Z)
1>scatter.obj : error LNK2001: unresolved external symbol _IID_IDirectInput8A
Any help on this will be greatly appreciated.
Regards