Link to home
Start Free TrialLog in
Avatar of Krip
Krip

asked on

can't link... porting from dx8 to dx9

I changed everything needed to be changed in the code... and now I am left with the linker error:
'unresolved external symbol' for the identifiers

c_dfDIKeyboard
c_dfDIMouse
DirectInput8Create

From what I gathered there is no DInput9 so I should keep working with 8.

These are the additional libs in my projects properties:
d3dx9dt.lib
d3d9.lib
winmm.lib
dxguid.lib  
comctl32.lib

what am I missing?
ASKER CERTIFIED SOLUTION
Avatar of joachimc
joachimc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Krip
Krip

ASKER

I am pretty sure I already closed this question...

And yes that was the problem.

Thanks!