Skip to content

Comments

fix nvdaControllerClient.dll load#24

Closed
alex19EP wants to merge 1 commit intom1maker:mainfrom
alex19EP:nvdaControllerClient64
Closed

fix nvdaControllerClient.dll load#24
alex19EP wants to merge 1 commit intom1maker:mainfrom
alex19EP:nvdaControllerClient64

Conversation

@alex19EP
Copy link
Contributor

we should load nvdaControllerClient64.dll if library is 64 bit

we should load nvdaControllerClient64.dll if library is 64 bit
Copilot AI review requested due to automatic review settings January 18, 2026 19:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a bug where the NVDA controller client DLL was always loading the 32-bit version (nvdaControllerClient.dll), regardless of whether the application was built as 32-bit or 64-bit. The fix ensures that 64-bit builds load the correct 64-bit DLL (nvdaControllerClient64.dll).

Changes:

  • Added preprocessor conditional to load nvdaControllerClient64.dll for 64-bit builds and nvdaControllerClient.dll for 32-bit builds

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@m1maker
Copy link
Owner

m1maker commented Jan 22, 2026

In the latest NVDA Controller client, DLL names are same for 64 and 32 bit.

@m1maker
Copy link
Owner

m1maker commented Jan 22, 2026

In the latest NVDA Controller client, DLL names are same for 64/32 bit

@alex19EP
Copy link
Contributor Author

indeed closing.

@alex19EP alex19EP closed this Jan 22, 2026
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.

2 participants