Skip to content

Remove architecture suffix from nvdaControllerClient.dll#15718

Merged
seanbudd merged 5 commits into
nvaccess:masterfrom
LeonarddeR:armController
Oct 31, 2023
Merged

Remove architecture suffix from nvdaControllerClient.dll#15718
seanbudd merged 5 commits into
nvaccess:masterfrom
LeonarddeR:armController

Conversation

@LeonarddeR

Copy link
Copy Markdown
Collaborator

Link to issue number:

Fixes #15717

Summary of the issue:

The controller client library for ARM64 is called nvdaControllerClient32.dll

Description of user facing changes

None, devs only change

Description of development approach

Remove the 32/64 suffix from nvdaControllerClient32/64.dll. This change also has the benefit that python/c# samples run without change for X64 versions of the dll.

Testing strategy:

Only file name changes.

Known issues with pull request:

None known

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@LeonarddeR LeonarddeR requested a review from a team as a code owner October 30, 2023 17:15
@AppVeyorBot

Copy link
Copy Markdown

See test results for failed build of commit 2b0cf614bf

@@ -1,20 +1,20 @@
import time
import ctypes
import time

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this get copyright headers added?

Comment thread user_docs/en/changes.t2t

@seanbudd seanbudd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @LeonarddeR

@seanbudd seanbudd merged commit d308a1b into nvaccess:master Oct 31, 2023
@nvaccessAuto nvaccessAuto added this to the 2024.1 milestone Oct 31, 2023
@LeonarddeR LeonarddeR deleted the armController branch August 23, 2025 06:27
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.

Controller client library for ARM64 is called nvdaControllerClient32.dll

4 participants