[sane-devel] DBG question

2015-04-08 Thread
Hello everyone: I am an fresh developer of sane scanner driver. I want to know the DBG command,how I can enable debug mode when I compile and debug the backend. Thanks 山东新北洋信息技术股份有限公司 软件研究室 孙静 电话:5675888-77355 威海市环翠区昆仑路126号 -- sane-devel mailing list: sane-devel

[sane-devel] sane project

2015-04-09 Thread
How I can implement an separate project to build an sane backend ? Where I can find the makefile? thanks -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_passwor

[sane-devel] 答复: DBG question

2015-04-09 Thread
How I can implement an separate project to build an sane backend ? Where I can find the makefile? thanks -- sane-devel mailing list: sane-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_passwor

[sane-devel] How implement multi page scan

2015-05-05 Thread
Hello everyone: I want to scan multipage document by using sane driver. What is the code flow? I read the sane .standard 1.05,the code flow describled as below Sane_start() Sane_get_parameters() Sane_read() Sane_cancel() I want to know if I sc