Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, September 6, 2005 3:49:02 PM(UTC)
plahaise

Groups: Registered
Posts: 1


Hi all,

  I'm trying to compile the demo "...\LEADTOOLS EVAL14\Examples\COM\Delphi\OCR\DOcrDemo.dpr", and it's trying to find all the "..._TLB" files in the following code (from the file "mainform.pas"), but it cannot:

uses
   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, ActiveX, ComObj, LTRASTERDLGKRNLib_TLB, LTRASTERDLGFILELib_TLB, LTRASTERDOCLib_TLB, LTRASTERPROCLib_TLB, LTRasterlib_TLB, LTRASTERTWAINLib_TLB, LTRASTERIOLib_TLB, OleServer, AxCtrls, OleCtrls, LTRASTERVIEWLib_TLB, LTRASTERDLGIMGLib_TLB, LTDLLDef,
   LTLckKey, LEADCOMErr, Math;

The very first non-existent file is "LTRASTERDLGKRNLib_TLB", and it doesn't exist on either my system hard drive (c) or project hard drive (d).  I don't have any files by these names on my computer, either in .PAS or .DCU format.  Where do I get these files?

Under the "Leadtools OCR-ICR Evaluation Downloads" page, I've installed these 4 files (hoping that one of them would give me these files), but still cannot find the files it needs...:




LEADTOOLS DLL API v14 Eval Download
Download size: ~ 116MB
The LEADTOOLS v14 DLL API Evaluation including OCR-ICR-OMR functionality.





LEADTOOLS COM v14 Download
Download size: ~ 130MB
The LEADTOOLS v14 COM Evaluation including OCR-ICR-OMR functionality.





LEADTOOLS Complete v14 Download
Download size: ~ 278MB
This download includes all of the programming interfaces from above including OCR-ICR-OMR functionality.





LEADTOOLS Complete v14 Download Including Unicode Support
Download size: ~ 217MB
This download includes ActiveX, DLL, C++ Classes, COM and VCL programming interfaces including OCR-ICR-OMR functionality and Unicode support.

Thanks for any help,

Paul

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, September 8, 2005 1:57:28 PM(UTC)

Amin  
Amin

Groups: Manager, Tech Support
Posts: 367

Was thanked: 1 time(s) in 1 post(s)

These files are automatically generated when you import the
corresponding ActiveX or COM objects into Delphi. To get them, do the following:

1. Use "Import ActiveX control..." option from the Component menu to
import LEAD Raster View Control (14.0). This will generate the file LTRASTERVIEWLib_TLB.

2. Use "Import Type Library" from the Project menu to generate the rest of the files by importing the following objects:
File LTRASTERDOCLib_TLB:
LEAD Raster OCR Document Object Library (14.0)

File LTRASTERPROCLib_TLB:
LEAD Raster Process Object Library (14.0)

File LTRasterlib_TLB:
LEAD Raster Object Library (14.0)

File LTRASTERTWAINLib_TLB:
LEAD RasterTwain Object Library (14.0)

File LTRASTERIOLib_TLB:
LEAD Raster IO Object Library (14.0)

File LTRASTERDLGKRNLib_TLB:
LEAD Raster Dialog Kernel Object (14.0)

File LTRASTERDLGFILELib_TLB:
LEAD Raster Dialog File Object (14.0)

File LTRASTERDLGIMGLib_TLB:
LEAD Raster Dialog Image Object (14.0)

Amin Dodin

LEADTOOLS Technical Support
Amin Dodin

Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.061 seconds.