IDirectInput8
by William Finlayson · in Technical Issues · 03/04/2001 (1:00 pm) · 3 replies
Anyone know anything different you need to do in Borland to get DInput 8 to work, when I try to compile it says it doesn't know what IDirectInput8 or LPDIRECTINPUT8 is. Sugestions?
About the author
Torque Owner Rick Overman
If it is a compiler error you might have forgotten to include "dinput.h".
If it is a linker error you might have old or bad lib directx lib files. Or using MSVC libs with Borland, etc. I would recommend dynamically loading the DLL's rather than linking to the libs. See my posts in this thread for more details.