twain / twain-cs

A C# interface for TWAIN
165 stars 66 forks source link

Can this work with both 32 bit and 64 bit DSM? #46

Closed marko164 closed 3 years ago

marko164 commented 3 years ago

Related to this issues: https://github.com/twain/twain-cs/issues/39

Some scanners have only 32 bit drivers available. So for them I must use 32 bit DSM (correct me if I'm wrong)

And to use 32 bit DSM I need to set platform target to x86 (as said in related issue)

Is it possible to use 32 bit DSM if platform target isn't x86?

My goal is to create an interface where user would select which DSM he wants to use (64 bit or 32 bit version) and then list all drivers (Data Sources) for that version.

Is this possible?