Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Compile Error
Sat, Apr 21 2007 3:22 PMPermanent Link

alex
i get compile error EclassNotFound ' Class TEDEngine not found'

i install the last version of ElaveteDB on Borland Delphi Studio 2006
this is my loads -- >


uses
 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
 Dialogs,  edbcomps, DB;

type
 TForm1 = class(TForm)
   EDBSession1: TEDBSession;
   EDBDatabase1: TEDBDatabase;
   EDBTable1: TEDBTable;
   EDBTable1TermNum: TIntegerField;
   EDBTable1TermSerial: TWideStringField;
   EDBTable1TermName: TWideStringField;
   EDBTable1TermComType: TWideStringField;
   EDBTable1TermPort_IP: TWideStringField;
   EDBTable1TermLastComDate: TDateField;
   EDBTable1TermLastComTime: TTimeField;
   procedure FormCreate(Sender: TObject);



Attachments: Screen.zip
Mon, Apr 23 2007 4:20 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Alex,

<< i get compile error EclassNotFound ' Class TEDEngine not found'

i install the last version of ElaveteDB on Borland Delphi Studio 2006 this
is my loads -- > >>

It's definitely in the edbcomps unit.  Check the edbcomps.pas unit in your
\code subdirectory under the ElevateDB installation directory.   Is the
TEDBEngine component present in that unit ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Image