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/