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
 Problem with Epson Scanner DS-50000

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
PStadler Posted - Jul 18 2018 : 11:18:25
Hello,

I had a Plustek Scanner with Twain, it worked until the scanner broke.

Now I have an Epson DS-50000 with Twain, but my scanprogramm does not show it in the ComboBox.

My source in the combobox is the following:


procedure TForm1.ComboBox1Change(Sender: TObject);
begin
  ImageEnView1.IO.AcquireParams.SetSource(ieaTwain, ComboBox1.Items[ComboBox1.ItemIndex]);
  FillBack;
end;


What must I do?

Sincerely Peter
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 20 2018 : 21:18:43
Hi Peter

Most scanner manufacturers do not ship 64bit drivers. Do you have any other 64bit apps that can access this scanner?

You should use WIA instead of Twain. For 64bit support on Windows, manufacturers usually include a "WIA over Twain" driver.


Nigel
Xequte Software
www.imageen.com
PStadler Posted - Jul 19 2018 : 06:59:09
Hello,
With Twain demo 64Bits it does not work. But with Twain demo 32 Bits everything is fine.

Sincerely Peter
xequte Posted - Jul 19 2018 : 02:11:31
Hi Peter

Can you reproduce with our demos?

What version of ImageEn are you using?

Can you generate a log file:

https://www.imageen.com/help/TIETwainParams.LogFile.html


Nigel
Xequte Software
www.imageen.com