Steps to reproduce:
- run
scons client
- Go to
extras\controllerClient\arm64
Actual behavior:
Resulting ddl is called nvdaControllerClient32.dll
Expected behavior:
Something diffferent
Additional context
The library is called nvdaControllerClient64.dll for x86_64, otherwise it is called nvdaControllerClient32.dll.
Proposed fix
I propose removing the architecture suffix from the dll name. The architecture is clear from the folder the dll is bundled in. Furthermore, X64 examples like the C# and Python ones don't run on X64 without changes.
Steps to reproduce:
scons clientextras\controllerClient\arm64Actual behavior:
Resulting ddl is called
nvdaControllerClient32.dllExpected behavior:
Something diffferent
Additional context
The library is called
nvdaControllerClient64.dllfor x86_64, otherwise it is callednvdaControllerClient32.dll.Proposed fix
I propose removing the architecture suffix from the dll name. The architecture is clear from the folder the dll is bundled in. Furthermore, X64 examples like the C# and Python ones don't run on X64 without changes.