evices(&_device_list, SANE_TRUE);
> >> >> >
> >> >> > if( statusCode != SANE_STATUS_GOOD )
> >> >> > {
> >> >> > std::cerr << " CSaneWrapper1::EnumerateDevices() fails\n";
> >> >> > return false;
> >> >> > }
> >> >> > else
> >> >> > {
> >> >> > int i;
> >> >> > for( i = 0; _device_list[i] != NULL; i++ );
> >> >> > { _devicecount = i;
> >> >> > }
> >> >> > std::cerr << " CSaneWrapper1::EnumerateDevices() ELSE Success> \n";
> >> >> > }
> >> >> > return true;
> >> >> > }
> >> >> >
> >> >> >
> >> >> > Thanks in Advance.
> >> >> > Sidd
> >> >> >
> >> >> >
> >> >> > --
> >> >> > sane-devel mailing list: sane-devel at lists.alioth.debian.org
> >> >> > http://lists.alioth.debian.org/mailman/listinfo/sane-devel
> >> >> > Unsubscribe: Send mail with subject "unsubscribe your_password"
> >> >> > to sane-devel-request at lists.alioth.debian.org
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> "The truth is an offense, but not a sin"
> >> >
> >> >
> >>
> >>
> >>
> >> --
> >> "The truth is an offense, but not a sin"
> >
>
>
>
> --
> "The truth is an offense, but not a sin"
-- next part --
An HTML attachment was scrubbed...
URL:
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20081204/036c566d/attachment-0001.htm
t; >> > SANE_Status statusCode;>
>> >> > statusCode = sane_get_devices(&_device_list, SANE_TRUE);> >> >> >> >>
>> > if( statusCode != SANE_STATUS_GOOD )> >> >> > {> >> >> > std::cerr << "
CSaneWrapper1::EnumerateDevices() fails\n";> >> >> > return false;> >> >> > }>
>> >> > else> >> >> > {> >> >> > int i;> >> >> > for( i = 0; _device_list[i] !=
NULL; i++ );> >> >> > { _devicecount = i;> >> >> > }> >> >> > std::cerr << "
CSaneWrapper1::EnumerateDevices() ELSE Success> \n";> >> >> > }> >> >> > return
true;> >> >> > }> >> >> >> >> >> >> >> >> > Thanks in Advance.> >> >> > Sidd>
>> >> >> >> >> >> >> >> > --> >> >> > sane-devel mailing list: sane-devel at
lists.alioth.debian.org> >> >> >
http://lists.alioth.debian.org/mailman/listinfo/sane-devel> >> >> >
Unsubscribe: Send mail with subject "unsubscribe your_password"> >> >> > to
sane-devel-request at lists.alioth.debian.org> >> >> >> >> >>> >> >>> >> >>> >>
>> --> >> >> "The truth is an offense, but not a sin"> >> >> >> >> >>> >>> >>>
>> --> >> "The truth is an offense, but not a sin"> >> > > > -- > "The truth is
an offense, but not a sin"
-- next part --
An HTML attachment was scrubbed...
URL:
http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20081204/3c55b887/attachment.htm
> > Is> >> >> > there anything I am missing.> >> >> >> >> >> > bool
> CSaneWrapper1::EnumerateDevices()> >> >> > {> >> >> > SANE_Status
> statusCode;> >> >> > statusCode = sane_get
sane-avision uses the sanei_thread library, which might send signals
if built without pthreads. Does that affect AOLserver?
allan
On Thu, Dec 4, 2008 at 9:48 AM, Ian Harding wrote:
> Avision AV220 with sane-avision. It works great, except for this...
>
> On Thu, Dec 4, 2008 at 6:37 AM, m. allan
what scanner and backend are you using?
allan
On Wed, Dec 3, 2008 at 7:23 PM, Ian Harding wrote:
> This is kind of odd
>
> % catch [exec scanimage] foo
> Terminated
>
> When I exec scanimage from inside AOLServer, it goes ahead and shuts
> down the server. I figured out that it happens when the
SANE 1.0.19 was the first version to include hp3990 backend. Fedora 8
shipped 1.0.18. I recommend a SANE upgrade. Forget the hp 3900 site,
or any other random docs you might have read, and do the following as
root:
rpm --nodeps -e sane-backends
rpm --nodeps -e sane-backends-libs
yum -y install li
I don't know... I did build it from source, I just specified that I
wanted usb support, nothing else. I'll see if I can figure out the
proper build options and try that.
Thanks,
- Ian
On Thu, Dec 4, 2008 at 6:58 AM, m. allan noah wrote:
> sane-avision uses the sanei_thread library, which might
Avision AV220 with sane-avision. It works great, except for this...
On Thu, Dec 4, 2008 at 6:37 AM, m. allan noah wrote:
> what scanner and backend are you using?
>
> allan
>
> On Wed, Dec 3, 2008 at 7:23 PM, Ian Harding wrote:
>> This is kind of odd
>>
>> % catch [exec scanimage] foo
>> Termin
SANE_Hi!
On Wed, Dec 03, 2008 at 09:34:29PM +0100, Alessandro Zummo wrote:
> On Wed, 03 Dec 2008 21:20:58 +0100
> Julien BLACHE wrote:
>
> > Alessandro Zummo wrote:
> >
> > > Now that we have ANSI C types for everything,
> > > it might be useful to switch.
> >
> > Firstly, that's ISO C, and