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
 IEvolution 64bit don't get the list of scanners

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
dauf Posted - Jun 19 2013 : 02:39:15
We have installed IEvolution2 4.3.0.0 on windows 7 pro sp1 64 bit
where we have a scanner Kodak i30 with a Twain driver installed and working,
in our application we get the list of scanners with: IEvolution.IEMulti.ImageList.TWainParams.Sources
this works well on 32 bit systems but it doesn't work on 64 bit, and we can't use the scanner in the application.
There are other methods to get the scanners that work on 64 bit?
3   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jul 10 2013 : 23:36:35
I think no. Because 64 bit applications only sees 64 bit libraries. You should get the same behavior on other 64 bit apps.

You should use WIA instead of Twain. For 64bit support on Windows, manufacturers usually include a "WIA over Twain" driver.
dauf Posted - Jul 08 2013 : 06:31:39
Hello, probably you are right, the driver of the scanner Kodak is the same for 32 and 64 bit and IEvolution 4.3.0 on 64 bit system don't see this driver because is not a 64 bit driver.
Do you think is possible in the future that IEvolution 4.3.0 on 64 bit could detect also these drivers?
fab Posted - Jun 25 2013 : 10:39:54
Hello,
in my tests on a 64 bit system Sources returns the list of available devices.
Note that IEvolution 4.3.0 on a 64 bit system is actually a 64 bit application, so it should see only scanners having 64 bit drivers.