Well, you will at least need a "uses QForms" rather than Forms.
Ross.
brendon wrote:
>i have a delphi 6 personal edition app
>in the project it has this code
>
>uses
> Forms,
> addressbk in 'addressbk.pas' {Form1};
>
>{$R *.res}
>
>begin
> Application.Initialize;
> Application.Title := 'Address Book';
> Application.CreateForm(TForm1, Form1);
> Application.Run;
>end.
>
>
>now to get it to run in kylix 2 what would I have to do to get it to run(i
>don't want to retype the whole code again)
>
>i am using mandrake 8.0 in KDE
>
>thanks
>---------------------------------------------------------------------------
> 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/