jkuhlmann / gainput

Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
http://gainput.johanneskuhlmann.de/
MIT License
858 stars 103 forks source link

Unresolved externals (VS 2019) #63

Closed dudeawsomeness1 closed 5 years ago

dudeawsomeness1 commented 5 years ago

I built gainput with cmake, I copied gainput-d.dll from the Debug folder of the build to my project, I added the include and lib directories and gainput-d.lib to the project settings but it still says unresolved externals. What did I miss?

dudeawsomeness1 commented 5 years ago

Yeah, so apparently this library is x64 and both my project and SFML were x86. Y'all just make sure to download the x64 version of SFML and set your project configuration for x64 unless you can build the library in x86 I guess.