From: hufaunder on
I have to create a TWAIN driver. Are there any sample codes and maybe some
code skelleton available on which I can base such a driver?
From: Tim Roberts on
hufaunder <hufaunder(a)discussions.microsoft.com> wrote:
>
>I have to create a TWAIN driver. Are there any sample codes and maybe some
>code skelleton available on which I can base such a driver?

Have you done any looking for this? Have you downloaded the TWAIN SDK from
the TWAIN Working Group?

There is a sample TWAIN data source here:
http://sourceforge.net/projects/twain-samples/

A TWAIN data source is a huge task. Do not underestimate the complexity.
Do you have complete specs for the device you are supporting?
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.
From: srsr on

YES : check TWAIN.org. There is a SDK and samples.

"hufaunder" wrote:

> I have to create a TWAIN driver. Are there any sample codes and maybe some
> code skelleton available on which I can base such a driver?
From: srsr on

YES : check twain.org
SDK with samples are there.

"hufaunder" wrote:

> I have to create a TWAIN driver. Are there any sample codes and maybe some
> code skelleton available on which I can base such a driver?