Search found 45 matches: eztw32

Return to advanced search

Re: How to access a scanner via TWAIN.

I used CLASS TSCAN32 by Rafa Carmona ( TheFull )
it use Easy TWAIN library (TWAIN.LIB) and EZTW32.dll

there is another method ?
by Silvio.Falconi
Fri Aug 04, 2017 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to access a scanner via TWAIN.
Replies: 24
Views: 5151

Re: How to access a scanner via TWAIN.

My function works fine with the free version of the EZTW32.DLL.

EMG
by Enrico Maria Giordano
Thu Aug 03, 2017 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to access a scanner via TWAIN.
Replies: 24
Views: 5151

OCR for scanned documents

Hello everyone; I wonder if anyone here has any experience implementing an OCR engine for their scanned documents. I've been using the free DOSADI EzTw32.dll lib to scan documents. I now need to add OCR. There is a C++ open source OCR library maintained by google called Tesseract it seems popular ...
by reinaldocrespo
Mon Aug 04, 2014 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4387

Re: FWH 64 promotional offer

Dear Antonio,

How about third party library are compatible with HB64bits. Because I have used SBUTTON, TWBROWSE, EZTW32 (Twain32) and RDDADS.
by dutch
Sun May 04, 2014 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 promotional offer
Replies: 10
Views: 2351

Using Twain hiding UI

I use the following with the free DLL EzTw32.Dll: nTwain := Twain_IsAvailable() If nTwain <> 1 TWAIN_RegisterApp( 1,0,0,0,"1.0 Beta","by Byron Hopp","ScanArDoc","WinCheck by MCS CopyRight(c) 2012" ...
by byron.hopp
Tue Jul 17, 2012 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Twain hiding UI
Replies: 1
Views: 465

Re: Tscan and XHarbour

EMG, If I add Tscan.obj to my link script and only have EzTw32.dll the the directory I get the following errors listed below. Is it possible that I either need a Lib file to link in with the obj, or have the wrong obj (my Tscan.prg is not correct). Any ...
by byron.hopp
Fri Jul 06, 2012 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tscan and XHarbour
Replies: 7
Views: 3340

Re: Tscan and XHarbour

I have downloaded that EzTw32.dll, which version of TScan.prg should I be using. My version utilized a Lib file as well EzTwain3.lib which is linked in with xharbour. I must have some different version. I would much rather use your way. ...
by byron.hopp
Thu Jun 28, 2012 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tscan and XHarbour
Replies: 7
Views: 3340

Re: Tscan and XHarbour

http://www.eztwain.com/eztwain1.htm

You only need of eztw32.dll.

EMG
by Enrico Maria Giordano
Thu Jun 28, 2012 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tscan and XHarbour
Replies: 7
Views: 3340

Re: EZTwain using TSCAN

For your own non commercial use I thought EZTW32.dll has a free version.
Check out the following link.
http://forums.fivetechsoft.com/viewtopic.php?t=13221
I'm using it successfully. Let me know how you get on Byron.
by Jonathan Hodder
Mon Jun 25, 2012 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZTwain using TSCAN
Replies: 2
Views: 585

Re: TScan32 + Windows7 problem?

Dear Byron,

You must use EZTW32.LIB from EZTW32.DLL.

Hope it help.
Dutch
by dutch
Fri May 25, 2012 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TScan32 + Windows7 problem?
Replies: 2
Views: 711

Re: How to access a scanner via TWAIN.

Works without SaveImg(). Is there more functionality of the EzTw32.dll. Like x and y resolution and so one. do you possibility have a prg with all of the "DLL Static Function" declare statements? It seems there should be a way to hide the UI ...
by byron.hopp
Wed May 23, 2012 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to access a scanner via TWAIN.
Replies: 24
Views: 5151

Re: How to access a scanner via TWAIN.

I'm using eztw32.dll.

EMG
by Enrico Maria Giordano
Mon May 21, 2012 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to access a scanner via TWAIN.
Replies: 24
Views: 5151

Re: Compilando TSCAN MVC2010

Aqui en este link esta la dll EZTW32.DLL

http://190.90.160.205/pruebas/EZTW32.zip

Slds
by nnicanor
Sun Apr 08, 2012 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando TSCAN MVC2010
Replies: 17
Views: 4004

Re: Compilando TSCAN MVC2010

Generado asi genera error de sintaxis al crear la lib impdef -h twain4.def eztw32.dll LIBRARY     EZTW32.DLLEXPORTS    CONTAINER_Array                @317  @0   ; CONTAINER_Array    ...
by nnicanor
Sun Apr 08, 2012 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando TSCAN MVC2010
Replies: 17
Views: 4004

Re: Compilando TSCAN MVC2010

Generado asi: impdef -aa twain3.def eztw32.dll LIBRARY     EZTW32.DLLEXPORTS    _CONTAINER_Array              = CONTAINER_Array                   ...
by nnicanor
Sun Apr 08, 2012 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando TSCAN MVC2010
Replies: 17
Views: 4004
Next

Return to advanced search