Die Suche ergab 4 Treffer

von mattmarr
Di 8. Mai 2007, 19:43
Forum: Sonstige
Thema: Run-Time error 202
Antworten: 6
Zugriffe: 5563

Hallo!

Danke für eure Hilfe.

Jetzt klappt es wie es soll.



Gruss
Matthias
von mattmarr
Di 8. Mai 2007, 18:57
Forum: Sonstige
Thema: Run-Time error 202
Antworten: 6
Zugriffe: 5563

Hallo Alexander!
Euklid hat geschrieben:Kommt er denn auch, wenn du das EXE-Programm nicht aus Lazarus heraus startest?
Ja, der Fehler kommt auch wenn ich die EXE driket aus dem Verzeichniss starte.


Gruss
Matthias
von mattmarr
Di 8. Mai 2007, 18:55
Forum: Sonstige
Thema: Run-Time error 202
Antworten: 6
Zugriffe: 5563

Hallo Johannes!

Hier mal die komplette unit1.pas:

unit Unit1;

{$mode objfpc}{$H+}

interface

uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, Buttons;

type

{ TForm1 }

TForm1 = class(TForm)
Button1: TButton;
Button2: TButton;
procedure Button1Click(Sender ...
von mattmarr
Di 8. Mai 2007, 17:08
Forum: Sonstige
Thema: Run-Time error 202
Antworten: 6
Zugriffe: 5563

Run-Time error 202

Hallo!

Habe ein einfaches Programm mit der aktuellen Lazarus(v0.9.22) unter Windows XP-Home erstellt. Dieses Programm enthält in dem Fenster(TForm1) zwei Buttons.
Ein Button der sein Text(Caption) ändert was auch funktioniert.
Und einen weiteren Button der das Programm mit "Close;" beenden soll ...