I’m working through various tutorials re:directx and direct input and am coming up with a strange error. I can compile everything up to the setDataFormat function of the direct input part of the program. everything compiles and links fine, but I get an error message when I try to run the program saying “The procedure entry point c_dfDIMouse could not be located in the dll dinput.dll”
this happens regardles of the data format (ie c_dfDIMouse, c_dfDIKeyboard, c_dfDIMouse2…)
I’ve linked to every single file in the dx9 lib file thinking it could be a linking error, but that was not the case
I’ve tried different dinput dll’s but that did not work.
(I’m using dev-c++, by the way.)