Forums › TWAIN Specification › TWAIN Specification Discussion › Does Twain work with x64
- This topic has 5 replies, 2 voices, and was last updated 3 weeks, 2 days ago by Brantoez.
-
AuthorPosts
-
Does Twain work with x64 😕
According to https://www.twain.org/about-twain/features.html Twain is Supported on Windows 7 and 32 and 64-bit systems.When I search the forum for x64 all I see is people having problems because they can’t load twain_32.dll from a 64 bit exe.
Does Twain support 64 bit and if so what dll should be loaded instead of twain_32.dll for a 64 bit exe.
You should get the 64-bit TWAINDSM.DLL. You can find that here…
http://sourceforge.net/projects/twain-dsm/This is an open source project maintained by the TWAIN Working Group. It’s 100% compatible with the legacy TWAIN_32.DLL, and improves on it in many ways. Only the application has to point to TWAINDSM.DLL. All drivers should work with it. An application just has to LoadLibrary(“TWAINDSM.DLL”) to use it, no other changes are needed.
Note that you must have a native 64-bit TWAIN driver for this to work. You can find a list of those here…
https://www.twain.org/about-twain/devicesCan you be more specific? I write native 64-bit TWAIN drivers, so I know they work well. Is there a specific scanner you’re having trouble with?
amy- Topics - 94
- Replies - 183
- Total Posts - 277
hp deskjet 2655 i can not get or find a twain driver to use for bank check deposits – i use windows 10 – can you please help me
Apeiron- Topics - 94
- Replies - 183
- Total Posts - 277
Hi Mark,
I am having trouble with 64-bit drivers…
I am doing C# app in which you will be able to scan some files from scanner…
When I load all available twain devices to source selection screen i get them without problem if i compile my app as 32bit WPF app,
when i try 64bit WPF app sources are not visible anymore.So i need some generic 64 bit twain driver… (something like TWAIN_32.DLL for 64 bit)
Mark you wrote: “I write native 64-bit TWAIN drivers, so I know they work well.”
-> where can i get those drivers? are they payable?Thanx!
Jim stephens- Topics - 94
- Replies - 183
- Total Posts - 277
How do you load the twain64 dsm package on Windows 10 with the msm file or otherwise? I’ve placed the dll in all sorts of locations, and it is not being found and loaded when I run the twain sample C# program I am testing with.
I’ve seen several times to place the dll in the \windows\SYSWOW64
-
AuthorPosts