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
 Scanner not detected

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
pssien Posted - Dec 20 2016 : 12:26:12
Using Delphi XE7 and ImageEn version 6.3.2
The customer has an HP LaserJet Pro MFP M225-M226 multifunction printer directly connected to the lan switch with an ethernet cable.
There are two computers with Windows 7 64 bits, one is working and the other not.
The one that is working has Windows 7 Professional, and the one that is not working has Windows 7 Home Premium.
In both computers the setup process of the printer driver was the same, and I can see on both a folder in Windows\twain_32 with another folder for this printer.

I use the following code to detect and list the available scanners


 ImageEnMView1.MIO.TwainParams.SetDefaultParams();
      for iK := 0 to ImageEnMView1.MIO.TwainParams.SourceCount - 1 do
        lstSScanners.Items.Add(ImageEnMView1.MIO.TwainParams.SourceName[iK]);


I want to know or confirm me if the reason that the second one does not detect the scanner is that it has Home Premium.

Can anyone give me some directions on where to look or how to solve this problem.
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 22 2016 : 04:26:04
Hi

Please try generating a log file:

ImageEnMView.MIO.TwainParams.LogFile := 'D:\twainlog.txt';

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com