Author |
Topic  |
|
anbangs

25 Posts |
Posted - Oct 09 2022 : 04:55:13
|
ImageEnView1.IO.TwainParams.VisibleDialog := True; ImageEnView1.IO.AcquireOpen;
It cannot work normally on the win64 platform, unable to scan and cannot close the twain form
|
|
xequte
    
39053 Posts |
Posted - Oct 09 2022 : 20:23:28
|
Hi
What version of ImageEn are you using?
Unfortunately most scanner manufacturers do not include 64bit drivers at all, so you should check whether there are any available for that device.
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
|
 |
|
anbangs

25 Posts |
Posted - Oct 10 2022 : 01:54:59
|
the version is 10.0.2 ImageEnView1.IO.Acquire; //this can work normally on the win64 platform,but AcquireOpen |
 |
|
xequte
    
39053 Posts |
Posted - Oct 10 2022 : 17:38:20
|
Hi
AcquireOpen() uses Twain. Acquire() can use Twain, WIA, etc.
Can you explain more about what you are seeing and the error that you get?
Nigel Xequte Software www.imageen.com
|
 |
|
anbangs

25 Posts |
Posted - Oct 10 2022 : 19:35:14
|
you can use "Demos\imageendemo\ImageAcquisition\Twain\TwainDemo.exe"
compile it into a 64 bit program, and then try the effect
 |
 |
|
xequte
    
39053 Posts |
Posted - Oct 10 2022 : 22:52:01
|
It looks like you are using an old version. Also that demo line should be: ImageEnView1.IO.Acquire();
Nigel Xequte Software www.imageen.com
|
 |
|
anbangs

25 Posts |
Posted - Oct 11 2022 : 01:03:47
|
After calling Acquire, the twain form will automatically close, AcquireOpen don't. I need to keep the twain form open,Until I turn it off manually |
 |
|
anbangs

25 Posts |
Posted - Oct 13 2022 : 02:27:57
|
Maybe you don't understand me. it means Calling AcquireOpen on the win64 platform cannot operate the Twain form, but calling Acquire can |
 |
|
xequte
    
39053 Posts |
Posted - Oct 13 2022 : 16:03:44
|
Hi
To display the Twain form, you should enable: ImageEnView1.IO.Acquire.VisibleDialog.
Do you have any 64bit applications that are able to acquire on that system?
Nigel Xequte Software www.imageen.com
|
 |
|
anbangs

25 Posts |
Posted - Oct 13 2022 : 21:34:50
|
HI! I have compiled the demo into 64 bits, and set ImageEnView1.IO.Acquire.VisibleDialog := True; and call AcquireOpen.
call Acquire--->OK(twain form can work normal) call AcquireOpen----->Error(twain form can not work normal) |
 |
|
xequte
    
39053 Posts |
Posted - Oct 16 2022 : 21:17:29
|
Hi
Sorry, I'll need to have my partner investigate that.
Nigel Xequte Software www.imageen.com
|
 |
|
anbangs

25 Posts |
Posted - Oct 17 2022 : 20:00:08
|
look forward to your reply |
 |
|
xequte
    
39053 Posts |
|
anbangs

25 Posts |
Posted - Dec 20 2022 : 19:06:36
|
thanks |
 |
|
|
Topic  |
|