Project project1 raised exception class "External SIGSEGV"
si alguien sabe a que se debe y como lo soluciono se lo agradeceria mucho....

Escrito 09 mayo 2010 - 05:13
Escrito 09 mayo 2010 - 06:03
Escrito 09 mayo 2010 - 06:22
Escrito 09 mayo 2010 - 06:41
Escrito 09 mayo 2010 - 07:59
Escrito 09 mayo 2010 - 08:24
Escrito 09 mayo 2010 - 08:30
Escrito 09 mayo 2010 - 09:27
Escrito 09 mayo 2010 - 10:26
Escrito 09 mayo 2010 - 11:06
Escrito 09 mayo 2010 - 11:35
Escrito 09 mayo 2010 - 01:04
Escrito 09 mayo 2010 - 03:06
Escrito 09 mayo 2010 - 03:47
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls; type { TForm1 } TForm1 = class(TForm) Button1: TButton; Button2: TButton; Label1: TLabel; Label2: TLabel; procedure Button1Click(Sender: TObject); procedure Button2Click(Sender: TObject); private { private declarations } public { public declarations } end; var Form1,Form2: TForm1; implementation { TForm1 } procedure TForm1.Button1Click(Sender: TObject); begin label1.caption := ' probando probando'; label2.Visible := True; end; procedure TForm1.Button2Click(Sender: TObject); begin Form2.visible := True; end; initialization {$I unit1.lrs}
Escrito 09 mayo 2010 - 03:59
{$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls; type { TForm1 } TForm1 = class(TForm) Button1: TButton; Button2: TButton; Label1: TLabel; Label2: TLabel; procedure Button1Click(Sender: TObject); procedure Button2Click(Sender: TObject); private { private declarations } public { public declarations } end; var Form1 : TForm1; implementation { TForm1 } procedure TForm1.Button1Click(Sender: TObject); begin label1.caption := ' probando probando'; label2.Visible := True; end; procedure TForm1.Button2Click(Sender: TObject); begin Form2.Show; end; initialization {$I unit1.lrs}
Escrito 09 mayo 2010 - 04:18
Escrito 09 mayo 2010 - 04:32
implementation uses unit2;
Escrito 09 mayo 2010 - 04:52
Escrito 09 mayo 2010 - 05:06
Escrito 09 mayo 2010 - 05:54
Una ultima cosa como pongo punticos de esos que estan debajo de los avatars??
TEMA SOLUCIONADO....