Closed dudeawsomeness1 closed 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.
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?