From: timsuth@... (Tim Sutherland) Date: 2004-11-17T20:18:16+09:00 Subject: Re: Ruby & TWAIN In article <1100586626.834312.79510@c13g2000cwb.googlegroups.com>, sanat.gersappa@gmail.com wrote: >Ben Sharpe wrote: >> >> Has anyone tried to access Twain-compliant scanners on Windows via Ruby? >> >You will need to use the Win32API class to call methods in twain.dll. >Here's a .NET version for guidance - >http://www.codeproject.com/dotnet/twaindotnet.asp Use the 'dl' library instead of Win32API. It's newer and better.