Search found 2 matches

by gdpicuser
Mon Aug 03, 2009 6:28 pm
Forum: General discussions
Topic: Can I run GDPicture as a Windows Service?
Replies: 3
Views: 5556

Re: Can I run GDPicture as a Windows Service?

As a reminder I am trying to create separate jpeg images and running this code as a windows service (the code works fine as a console app). At first I was getting an invalid handle in the log file because I was sending the handle of the service (just for testing). However, I set the handle to NULL a...
by gdpicuser
Mon Aug 03, 2009 2:57 am
Forum: General discussions
Topic: Can I run GDPicture as a Windows Service?
Replies: 3
Views: 5556

Can I run GDPicture as a Windows Service?

I am scanning from ADF into separate jpeg files. I have created a console app which runs fine. The exact same code does not produce the jpeg files when running as a windows service. It only produces an image for the very last page scanned. It doesn't loop...as if it never returns from the TwainAcqui...