Hi, On Fri, Aug 19, 2005 at 10:29:15AM +0000, kenwhale wrote: > So,Is there any dll backend I can link to?
Yes. Surprisingly it's name is "dll-backend" (libsane-dll.so). It's installed by default under the name "libsane.so" when you run "make install" in sane-backends. > Or I need write it myself? No. > If there are some dll backend which can open all available backends > on runtime,how can they do this ? Open every backend and call it's > sane_get_devices() ? Look at the source code :-) sane-backends/backend/dll.c Bye, Henning