Advertisement

dinput8.lib dxguid.lib linking errors

Started by January 29, 2022 01:09 AM
1 comment, last by mlugo2 2 years, 8 months ago

I'm trying to build old DirectX9 game examples on Visual Studio 2019 but I keep getting the following errors:

I've seen around on various forums that I just need to link dinput8.lib and dxguid.lib to my project. I have but I keep getting the same errors.

Is there anything else I can do?

Thanks

None

Ok figured it out, turns out I was linking x64 versions instead of x86 ones ^^;

None

This topic is closed to new replies.

Advertisement