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?
Game Programming

Avatar of undefined
Last Comment
Krip

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
joachimc

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Krip

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

And yes that was the problem.

Thanks!
Your help has saved me hundreds of hours of internet surfing.
fblack61