[sane-devel] Is it possible with sane? (newbie question) - Please help

2008-04-11 Thread Jon Chambers
Hi Ratnavel, If you have reasonable familiarity with C programming then there are rather convenient ways to directly call into shared libs from ruby (via the dl module). Therefore it should be possible to interface to SANE backends direct from ruby. Probably easier to write a wrapper around

[sane-devel] Is it possible with sane? (newbie question) - Please help

2008-04-11 Thread ratnavel ps
Hi, I'm a ruby on rails developer, I have a requirement to integrate a scanner or any twain compliant device to my application. My environment is this, Language: Ruby Framework : Rails (Simply ROR) Develop envi OS: Win XP Server OS: Linux Production OS: Both Unix and Windows Is it feasible to c

[sane-devel] Is it possible with sane? (newbie question) - Please help

2008-04-11 Thread m. allan noah
SANE is written in C, and is compiled to a system-specific shared lib. Ask the RoR guys if they can load libsane. allan On 4/11/08, ratnavel ps wrote: > Hi, > > I'm a ruby on rails developer, I have a requirement to integrate a scanner > or any twain compliant device to my application. > > My en