On 11/07/2011 09:56 PM, Chris Bagwell wrote:
> I got it working. It was minor changes to enable winsock2 correctly
> and how to set up non-blocking.
Ah, glad to hear it.
>Now thats the way to develop windows applications.
Yes it is. If you ever need any assistance feel free to pop questions
On Mon, Nov 7, 2011 at 7:44 PM, Chris Bagwell wrote:
> After that DLL build fix, I can copy libsane-epson2-1.dll to same
> directory as scanimage.exe but name it libsane-1.dll and now the
> epson2 backend is working with scanimage.exe.
>
> It correctly detects my network epson scanner but then fai
On Mon, Nov 7, 2011 at 10:55 AM, Michael Cronenworth wrote:
> Michael Cronenworth wrote:
>>
>> I'll try the latest git checkout plus this patch and see if it works any
>> better for me.
>
> The latest git + only your patch now compiles on the first try. However, the
> resulting DLL doesn't find th
Michael Cronenworth wrote:
> I'll try the latest git checkout plus this patch and see if it works any
> better for me.
The latest git + only your patch now compiles on the first try. However,
the resulting DLL doesn't find the scanner. sane-find-scanner.exe finds
the USB device, but scanimage.ex
Chris Bagwell wrote:
> I'm looking for a reviewer of attached patch and I'm also hoping
> someone has a scanner who's driver uses threads can test this patch to
> verify no regressions occurred (be sure and use --enable-pthread on
> configure).
>
> Current code assumes/requires that SANE_Pid is rep
Hi all,
I'm looking for a reviewer of attached patch and I'm also hoping
someone has a scanner who's driver uses threads can test this patch to
verify no regressions occurred (be sure and use --enable-pthread on
configure).
Current code assumes/requires that SANE_Pid is represented as an
integer