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 selecting scanner (V4.1)

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
robnic Posted - Oct 31 2012 : 03:38:19
I have recently started to use Imagen 4.1

In older version the selected scanner was automatically saved so the next time the application is used is not necessary to select the scanner again.

In V4.1 it's not happening. When i close the application (or simply the form) the selected scanner is not saved. And in the list i'm seeing the same scanner multiple times.

this could be a bug in 4.1 and i'm going to try the latest version (i have just sent a request for it, hope it doesn't take too long)

Can you confirm this was a bug with my version related to scanner selection ?

And another question: if i try to call the SelectAcquireSource with parameter ieaTwain i have an Undeclared identifier compile error. I have then added the iexAcquire unit to the uses list. Anyway i have another compile error: Incompatible types: TIEAcquireApis and TIEAcquireApi

thanks

Roberto
Master Informatica
1   L A T E S T    R E P L I E S    (Newest First)
robnic Posted - Oct 31 2012 : 03:47:10
I have solved the problem !!!

the right sytax was (of course):

img.io.SelectAcquireSource([ieaTwain]);

i was missing the square brackets

With this parameter now the scanner selection work as expected.

Anyway i'm going to upgrade to the latest library version.

thanks

Roberto