ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Trouble with duplex scanning into ImageEnMView

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
wskelton3 Posted - Oct 26 2011 : 14:32:04
Epson GT-S50 scanner with latest drivers
Using the demo "multi\multiview", TWAIN drivers

The scanner scans both sides of 5 pages, after the Page 10 progress bar disappears with the scan dialog still showing, the following errors appear....

EAccessViolation Access Violation @ 03245430

Click Ok, then...

EOSerror System code 1400 Invalid Window handle.

Debugging, the program never gets out of the acquire statement.
Scanning single sided works fine.

Can you suggest a method of troubleshooting this issue?

Thanks very much.
4   L A T E S T    R E P L I E S    (Newest First)
wskelton3 Posted - Oct 27 2011 : 08:30:26
Thanks for the effort. Maybe Epson will update their driver some day and that will make a difference.
fab Posted - Oct 27 2011 : 08:22:26
Unfortunately I don't know the reason, I haven't this device.
Duplex is just a setting hence the code used to retrieve images doesn't change acquiring in duplex mode.
wskelton3 Posted - Oct 27 2011 : 06:14:50
Thank you for the quick reply. Unfortunately neither worked.

ImageEnMView1.MIO.TwainParams.BufferedTransfer := false;
ImageEnMView1.MIO.TwainParams.FileTransfer := true;

Same error.

ImageEnMView1.MIO.TwainParams.UseMemoryHandle := false;

Scanned all pages, processed 7 and the erred...

EInvalidOp Invalid Floating Point Operation

fab Posted - Oct 27 2011 : 04:44:34
Please try to write following command before Acquire:

ImageEnMView1.MIO.TwainParams.UseMemoryHandle := false;

Also, if that doesn't help try this:

ImageEnMView1.MIO.TwainParams.BufferedTransfer := false;
ImageEnMView1.MIO.TwainParams.FileTransfer := true;