Hello,
You can compile your application with version 7.0 of VintaSoftTwain.NET SDK in "Any CPU" mode
and your application will:
- work in x32 systems with TWAIN_32.DLL or TWAINDSM.DLL (x32)
- work in x64 systems with TWAINDSM.DLL (x64)
You can compile your application with version 7.0 of VintaSoftTwain.NET SDK in "x86" (WOW) mode
and your application will:
- work in x32 systems with TWAIN_32.DLL or TWAINDSM.DLL (x32)
- work in x64 systems with TWAIN_32.DLL or TWAINDSM.DLL (x32)
You can compile your application with version 7.0 of VintaSoftTwain.NET SDK in "x64" mode and
your application will:
- NOT work in x32 systems
- work in x64 systems with TWAINDSM.DLL (x64)
We recommend use "x86" mode because all scanners have x32 TWAIN drivers but only new and
professional scanners have native x64 TWAIN drivers.
Best regards, Alexander