Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

23 disable dx7 on x64 #25

Merged
merged 7 commits into from
Aug 1, 2021
Merged

23 disable dx7 on x64 #25

merged 7 commits into from
Aug 1, 2021

Conversation

mschweiger
Copy link
Collaborator

This version should compile both for x86 (graphics + server) and x64 (server only)

  • added 64-bit versions of the required external libraries
  • replaced DirectInput7 with DirectInput8 which provides a 64-bit library, while DI7 doesn't
  • I kept the DX7 dependency for inline graphics in the x86 version. Doesn't appear to cause conflicts
    closes Disable DX7 for x64 builds #23

…nd doesn't seem to cause problems in the simulation, so I assume that this is ok. Preparation for migration from dinput7 to dinput8.
…rprisingly seems to work. Does not build for x64 yet because of Lua libraries.
…ixed A missing type conversion in the LuaMFD code.
@mschweiger mschweiger merged commit 5ae7a5b into master Aug 1, 2021
@mschweiger mschweiger deleted the 23-disable_dx7_on_x64 branch August 1, 2021 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable DX7 for x64 builds
1 participant