Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

x64 version? #1

Open
KiNGKiMO opened this issue Dec 13, 2015 · 2 comments
Open

x64 version? #1

KiNGKiMO opened this issue Dec 13, 2015 · 2 comments

Comments

@KiNGKiMO
Copy link

Hello,

the dll isnt working with x64 games, I tried to build x64 but it didnt work "dinput8.exp : error LNK2001: unresolved external symbol _DirectInput8Create_hook@20"

@hauzer
Copy link
Owner

hauzer commented Dec 15, 2015

Change the third line in dinput8_nojoy.def from
DirectInput8Create = _DirectInput8Create_hook@20 @1
to
DirectInput8Create = DirectInput8Create_hook @1
That should do the trick. I'm too lazy to fix this properly right now.

@KiNGKiMO
Copy link
Author

Yep, that did it.

Thank you so much.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants