CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: twain driver

  1. #1
    Join Date
    May 2025
    Posts
    2

    twain driver

    hi,
    Got a data acquisition box with driver binary and source which is visual studio project. Liked to develop a twain driver SDK for it. I can control the box using set of DevControl export functions and capture data using a DevRecvData export function. I am totally new to Twain driver development.
    where do i start from?.
    any sample program?.
    How these export functions translate into Twain entry points?.
    Is Twain driver cross platform?.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: twain driver

    Wouldn't' you like to use WIA instead?
    Victor Nijegorodov

  3. #3
    Join Date
    May 2025
    Posts
    2

    Re: twain driver

    what are advantages of WIA over twain?. Isn't twain used widespread?.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured