Die Suche ergab 3 Treffer

von prime1009
Di 6. Nov 2012, 18:41
Forum: Freepascal
Thema: Fehler Exception-Klasse >External: SIGSEGV
Antworten: 4
Zugriffe: 2489

Re: Fehler Exception-Klasse >External: SIGSEGV

Danke, das Du die Bäume vor dem Wald weggeräumt hast!

Funktioniert! :D :D :D

Gruß Floripappa
von prime1009
Di 6. Nov 2012, 18:26
Forum: Freepascal
Thema: Fehler Exception-Klasse >External: SIGSEGV
Antworten: 4
Zugriffe: 2489

Re: Fehler Exception-Klasse >External: SIGSEGV

Das Problem ist wahrscheinlich in Unit1. Entweder du createst "stamm" gar nicht oder falsch.

Dann liefere ich mal die Unit1 nach!
unit Unit1;

{$mode objfpc}{$H+}

interface

uses
lResources, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
ExtCtrls, unit2;

type
tball ...
von prime1009
Di 6. Nov 2012, 18:06
Forum: Freepascal
Thema: Fehler Exception-Klasse >External: SIGSEGV
Antworten: 4
Zugriffe: 2489

Fehler Exception-Klasse >External: SIGSEGV

Hi,
da ich leider noch blutiger Anfänger in Pascal bin, finde ich den Fehler nicht
unit Unit2;

{$mode objfpc}{$H+}

interface

uses
lResources, Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
ExtCtrls;

type
TStamm=class
public
x,yaa: double;
constructor Create ...