You don't have QForms in your uses clause. 

-----Original Message-----
From: Brendon Toogood [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 14 August 2002 1:37 
To: Multiple recipients of list delphi
Subject: Re: [DUG]: help with kylix2


On Tuesday 13 August 2002 13:20, you wrote:
> Is your Delphi app a VCL app or CLX app.
>
> If it is VCL, you will have to change the uses clause
>
> I.E Forms become QForms, Controls becomes QControls etc. If it was a CLX
> based app from the start it should compile OK under Kylix.
>
> If this doesn't help, what is the error message.
>
it is vcl app it was written in delphi 6 personal edition

uses
  QMenus, QTypes, QDialogs,
  QStdCtrls, QControls, QExtCtrls, QButtons, Classes;

type
  TForm1 = class(TForm)

undecleared identifier "Tform"
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to