Recommend TWAIN SDK?

  • Thread starter Thread starter Chris Shearer Cooper
  • Start date Start date
C

Chris Shearer Cooper

In my program, I am right now talking directly to the scanner using TWAIN.
Unfortunately, what I'm running into are all the various inconsistencies
between the ways various scanner manufacturers have implemented TWAIN on
their side. The recommendation I've received is to purchase a commercial
TWAIN package, where somebody else has already gone through the pain of
writing code that works around the various scanners.

Any recommendations on good TWAIN SDK packages for C++/Windows?

Thanks,
Chris
 
Chris Shearer Cooper said:
In my program, I am right now talking directly to the scanner using TWAIN.
Unfortunately, what I'm running into are all the various inconsistencies
between the ways various scanner manufacturers have implemented TWAIN on
their side. The recommendation I've received is to purchase a commercial
TWAIN package, where somebody else has already gone through the pain of
writing code that works around the various scanners.

Any recommendations on good TWAIN SDK packages for C++/Windows?

Thanks,
Chris

Try the stuff at twain.org.
http://twain.org/

Try the Twain Developers Toolkit. (in the fast find box)
 
Hi Chris,

You are right that it takes time to learn TWAIN from scratch.

If you are interested in a commercial SDK to save your time, as well as getting good support, you can check out Dynamic Web TWAIN. It's a component that allows you to scan images from scanners and other TWAIN compatible devices.
 
Back
Top