AGB  ·  Datenschutz  ·  Impressum  







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

EAccessViolation im Projekt

Ein Thema von Z32 · begonnen am 6. Feb 2007 · letzter Beitrag vom 14. Nov 2008
 
Z32
(Gast)

n/a Beiträge
 
#1

EAccessViolation im Projekt

  Alt 6. Feb 2007, 18:32
Hallo,

bin ratlos. Ich bekomme immer den Fehler "EAccessViolation" mit einer Zugriffsverletzung im meinem Programm. Wenn ich das Programm dann in Delphi ausführe, zeigt der mir immer die Stelle an, wo das Programm abgebrochen wurde und das ist immer in dem Project auf dem letzten "end."

Was jetzt meine Frage ist. Was hat das zu bedeuten, was ist falsch?

program Project1;

Delphi-Quellcode:
uses
  Forms,
  Unit1 in 'Unit1.pas{Form1},
  Unit2 in 'Unit2.pas{Form2},
  Unit3 in 'Unit3.pas{Form3},
  Unit4 in 'Unit4.pas{Form4},
  Unit5 in 'Unit5.pas{Form5},
  Unit6 in 'Unit6.pas{Form6},
  Unit7 in 'Unit7.pas{Form7},
  Unit8 in 'Unit8.pas{Form8};

{$R *.res}

begin
  Application.Initialize;
  Application.Title := 'MoneyMaker';
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(TForm2, Form2);
  Application.CreateForm(TForm3, Form3);
  Application.CreateForm(TForm4, Form4);
  Application.CreateForm(TForm5, Form5);
  Application.CreateForm(TForm6, Form6);
  Application.CreateForm(TForm7, Form7);
  Application.CreateForm(TForm8, Form8);
  Application.Run;
end. {HIER IST DIE MAKIERTE ZEILE; ALSO DER FEHLER
Ich hoffe, dass mir jemand helfen kann...
  Mit Zitat antworten Zitat
 


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 18:12 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