Hi, Keith Clayton wrote: > What sort of steps are availble for me to take debugging-wise on the > windows end? > > If xsane is started from the command prompt, are there any swithces > available to generate debugging output at the command prompt?
As Henning said, you just need to set your environment variables XSANE_DEBUG and SANE_DEBUG_NET. You can set these as: set XSANE_DEBUG=255 set SANE_DEBUG_NET=255 and then run scanimage.exe or xsane.exe to see what's happenning. Make sure you have set the SANE_CONFIG_DIR environment variable to point to where your dll.conf and net.conf are on the disk, otherwise nothing will work (set SANE_CONFIG_DIR=C:\xsane for example). In case this gives you a problem, check your version of sane, since 1.0.13 didn't have the path separators and directory separators set correctly for win32. Cheers, Dave.
