![]() |
Delphi-Version: 5
Lazarus, EXE groß
Hallo,
wie kommt es, dass trotz richtiger Compilereinstellungen (Linker) eine leere ConsoleAPP
Delphi-Quellcode:
eien Filesize von 55kb hat? Das geht mir nicht in den Kopf, unter C sinds 6kb.
program project1;
begin end. |
AW: Lazarus, EXE groß
Hast du mal die Debuginfos abgeschaltet?
In Delphi (XE3):
Delphi-Quellcode:
Debug: 160 KB
program Project11;
{$APPTYPE CONSOLE} begin end. Release: 21 KB Aber ganz im Ernst ... wen interessieren schon die paar Bytes. |
AW: Lazarus, EXE groß
Zitat:
|
AW: Lazarus, EXE groß
|
AW: Lazarus, EXE groß
Folgende Anwendung:
Delphi-Quellcode:
hat... 13,9 MB!!!! (Mit Smartlinken und ohne debug infos)!
unit Unit1;
interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs; type { TForm1 } TForm1 = class(TForm) procedure FormCreate(Sender: TObject); private { private declarations } public { public declarations } end; var Form1: TForm1; implementation {$R *.lfm} procedure TForm1.FormCreate(Sender: TObject); begin showmessage('64-Bit'); end; end. Naja Lazarus erstmal deinstallieren. Mir ging es nur um 64-Bit, aber dann ists mir egal, dann lieber Delphi 7 und dafür 14kb (9kb mit upx). |
AW: Lazarus, EXE groß
Also der Vergleich mit Delphi 7 ist auch nicht ganz fair.
Delphi-VCL + Win64 + ![]() 12,1 MB = Debug-Build 3,3 MB = Release-Build 2,7 MB = Release-Build + RTTI deaktiviert |
AW: Lazarus, EXE groß
Zitat:
|
AW: Lazarus, EXE groß
Zitat:
Zitat:
Gruß, Sven |
AW: Lazarus, EXE groß
Zitat:
|
AW: Lazarus, EXE groß
Zitat:
Gruß, Sven |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:24 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz