AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Formular kann nicht geladen werden

Ein Thema von Njorl · begonnen am 30. Jun 2007 · letzter Beitrag vom 30. Jun 2007
Antwort Antwort
Njorl

Registriert seit: 30. Jun 2007
8 Beiträge
 
Delphi 2005 Personal
 
#1

Formular kann nicht geladen werden

  Alt 30. Jun 2007, 15:55
Hallo

erstmal sorry falls das hier das falsche Unterforum ist aber ich hab nicht wirklich viel Ahnung und habe halt das gewählt was mir am passendsten erschien.
Ich habe neulich ein kleines Projekt geschrieben und gespeichert.
Wenn ich jetzt versuche es wieder zu laden, bekomme ich die Fehlermeldung
'Formular, das sich selbst als Vorfahr-Formular hat, kann nicht geladen werden'
Nachdem ich jetzt aber keine Ahnung habe was ein Vorfahr-Formular ist, also sicher nichts dergleichen (mit Absicht) einprogrammiert habe, und auch die Foren-/Google-Suche mir nicht weiter helfen konnte, dachte ich ich frage hier mal nach ob das noch irgendwie zu retten ist.

Vielen Dank schon mal!
  Mit Zitat antworten Zitat
mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.851 Beiträge
 
Delphi 11 Alexandria
 
#2

Re: Formular kann nicht geladen werden

  Alt 30. Jun 2007, 15:56
Zeig mal etwas Code
Markus Kinzler
  Mit Zitat antworten Zitat
Njorl

Registriert seit: 30. Jun 2007
8 Beiträge
 
Delphi 2005 Personal
 
#3

Re: Formular kann nicht geladen werden

  Alt 30. Jun 2007, 16:04
Das einzige was ich noch geladen kriege sind

Delphi-Quellcode:
program App;

uses
  Forms,
  Form in 'Form.pas{Form1};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
und

Delphi-Quellcode:
unit Form;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls, ExtCtrls;

type
  TForm1 = class(TForm)
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Label5: TLabel;
    Label6: TLabel;
    Label7: TLabel;
    Label8: TLabel;
    Label9: TLabel;
    Label10: TLabel;
    Label11: TLabel;
    Label12: TLabel;
    Label13: TLabel;
    Label14: TLabel;
    Label15: TLabel;
    Label16: TLabel;
    Label17: TLabel;
    Label18: TLabel;
    Label19: TLabel;
    Label20: TLabel;
    Label21: TLabel;
    Label22: TLabel;
    apptype: TRadioGroup;
    Raiding: TRadioButton;
    Social: TRadioButton;
    charname: TEdit;
    charclass: TComboBox;
    charrace: TComboBox;
    played: TEdit;
    spec: TEdit;
    armory: TEdit;
    choices: TButton;
    alts: TButton;
    attunements: TGroupBox;
    attkara: TCheckBox;
    attheroics: TCheckBox;
    attnotes: TButton;
    contacts: TButton;
    name: TEdit;
    age: TEdit;
    occupation: TEdit;
    availability: TEdit;
    hours: TButton;
    motivation: TButton;
    gearing: TButton;
    role: TButton;
    history: TButton;
    computer: TButton;
    contact: TButton;
    finish: TButton;
    armorynotes: TButton;
    Label23: TLabel;
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

end.
  Mit Zitat antworten Zitat
mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.851 Beiträge
 
Delphi 11 Alexandria
 
#4

Re: Formular kann nicht geladen werden

  Alt 30. Jun 2007, 16:28
Nenne die Unit anders. Denn eine Standard-Unit, in der z.B. auch TForm deklariert ist, heißt genauso.
Markus Kinzler
  Mit Zitat antworten Zitat
Njorl

Registriert seit: 30. Jun 2007
8 Beiträge
 
Delphi 2005 Personal
 
#5

Re: Formular kann nicht geladen werden

  Alt 30. Jun 2007, 17:18
Vielen Dank, nachdem ich die Unit umbenannt habe geht alles wieder!

Jetzt hat sich leider das Problem ergeben dass beim Start (F9) eine
Zugriffsverletzung bei Adresse 006B4F48 im Modul 'coreide90.bpl'. Lesen von Adresse 00000004
entsteht. Laden tut das Programm aber trotzdem deshalb ist es kein großes Problem.
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:47 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz