Ausgezeichnet, Mr. Smithers.
Jetzt muss ich das nur noch dem Rest des Teams kommunizieren.
Danke!
EDIT: Warum findet er die nicht?!
Delphi-Quellcode:
program PCSVTest;
uses
FastMM4,
Forms,
UFrmTest in 'UFrmTest.pas' {Form1},
UCSV in 'UCSV.pas'; // Compilerfehler: nicht gefunden: FastMM4.dcu
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Ich dachte FastMM wär bei Delphi 2006 standardmäßig dabei...?
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1