twain-dsm icon indicating copy to clipboard operation
twain-dsm copied to clipboard

64-bit not fully supported

Open zaneduffield opened this issue 5 months ago • 0 comments

Similar to the problem outlined in the discussion on #8 with ASLR, the 64-bit twain-dsm also returns an invalid handle when the memory allocator is returning pointers that exceed the 32-bit maximum.

As a result, support on 64-bit is conditional on

  1. not allocating too much memory, and
  2. not configuring the memory allocator to work 'top down'

zaneduffield avatar Sep 03 '24 04:09 zaneduffield