LEADTOOLS Support
General
General Questions
Re: Where are these files - can't compile Delphi demo
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, September 6, 2005 3:49:02 PM(UTC)
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 DownloadDownload size: ~ 130MBThe LEADTOOLS v14 COM Evaluation including OCR-ICR-OMR functionality.
LEADTOOLS Complete v14 Download Download size: ~ 278MBThis download includes all of the programming interfaces from above including OCR-ICR-OMR functionality.
LEADTOOLS Complete v14 Download Including Unicode SupportDownload size: ~ 217MBThis download includes ActiveX, DLL, C++ Classes, COM and VCL programming interfaces including OCR-ICR-OMR functionality and Unicode support.
Thanks for any help,
Paul
#2
Posted
:
Thursday, September 8, 2005 1:57:28 PM(UTC)
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.
LEADTOOLS Support
General
General Questions
Re: Where are these files - can't compile Delphi demo
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.