[linux-programlama] Re: kylix hata

---------

From: Serkan Coban (scobanx@yahoo.com)
Date: Thu 08 Jan 2004 - 04:02:02 EST

  • Next message: Nilgün Belma Bugüner: "[linux-programlama] Re: glib gcc"

    Delphiyi kullanmadim ama c++ builder da verdigi linker
    errorlari asagidaki unofficial patcler ile hallettim
    delphi icinde patchler var isterseniz indirip kurun
    ise yarayabilirler

    http://www.kylix-patch.de.vu/

    --- utkuz@netscape.net wrote:
    >
    > selam,
    >
    > hal böyleyken (asagiya aktardigim gibi), yani daha
    > hiçbir şey yapmadan Run dediğim zaman, boş form
    > dosyası çıkması gerekirken hata mesajı
    > alıyorum.
    >
    > Unit1 in 'Unit1.pas' {Form1};
    >
    > satırı hatalı gösteriliyor ve
    >
    > (Fatal Error) Project1.dpr(5): File not found.
    > 'Qtypes.dcu'
    >
    > hatası veriliyor.Ilk defa kylix kullaniyorum, daha
    > cok yeniyim, o yuzden ne nedir henuz öğrenemedim..
    > Eksik olan nedir yardimci olabilir misiniz?
    >
    >
    >
    > unit1
    > unit Unit1;
    >
    > interface
    >
    > uses
    > SysUtils, Types, Classes, Variants, QTypes,
    > QGraphics, QControls, QForms,
    > QDialogs, QStdCtrls;
    >
    > type
    > TForm1 = class(TForm)
    > private
    > { Private declarations }
    > public
    > { Public declarations }
    > end;
    >
    > var
    > Form1: TForm1;
    >
    > implementation
    >
    > {$R *.xfm}
    >
    > end.
    >
    >
    >
    >
    >
    > Project1
    > program Project1;
    >
    > uses
    > QForms,
    > Unit1 in 'Unit1.pas' {Form1};
    >
    > {$R *.res}
    >
    > begin
    > Application.Initialize;
    > Application.CreateForm(TForm1, Form1);
    > Application.Run;
    > end.
    >
    >
    >
    >
    >
    __________________________________________________________________
    > Thank you for using Netscape.
    >

    __________________________________
    Do you Yahoo!?
    Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
    http://hotjobs.sweepstakes.yahoo.com/signingbonus


  • Next message: Nilgün Belma Bugüner: "[linux-programlama] Re: glib gcc"

    ---------

    Bu arsiv hypermail 2.1.6 tarafindan uretilmistir.