Board index » delphi » Delphi EXE filesizes
Kevin Arouz
![]() Delphi Developer |
Wed, 28 Jul 1999 03:00:00 GMT
|
Kevin Arouz
![]() Delphi Developer |
Wed, 28 Jul 1999 03:00:00 GMT
Delphi EXE filesizesI've shifted from Visual Basic 4.0 to Delphi 2.0. I find that |
Michael Eato
![]() Delphi Developer |
Wed, 28 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesKevin Arouza wrote in article <5dhv6r$...@lana.zippo.com>... Quote> I've shifted from Visual Basic 4.0 to Delphi 2.0. I find that does not require huge runtime files. Visual Basic may create a 10k EXE, but it also requires 2 mb of support files. mike |
Bart Davi
![]() Delphi Developer |
Thu, 29 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizeskevin, is the exe size really that big when you consider that every vb4 app On the other hand, with >=1.6 gig hard drives being standard on most new -Bart Kevin Arouza wrote in article <5dhv6r$...@lana.zippo.com>... Quote> I've shifted from Visual Basic 4.0 to Delphi 2.0. I find that |
John McTagga
![]() Delphi Developer |
Thu, 29 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesQuoteKevin Arouza wrote: |
John W. Lemons I
![]() Delphi Developer |
Thu, 29 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesRealize that even a simple Delphi program may contain LOTS of objects BTW, that 10K VB5 program will also cost a 1.2meg DLL that you have to On 9 Feb 1997 02:11:39 GMT, "Bart Davis" <bhda...@worldsahead.com> Quote>kevin, Wake up and smell the Clintons! I reserve the right to respond to e-mail. I also reserve the right of response in my manner, commercial unsolicited e-mail vendors, please take note. Using this message in any fashion constitutes acceptance of these terms. With that said: |
Markku Nevalaine
![]() Delphi Developer |
Thu, 29 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesQuoteKevin, Arouza wrote: a new choice for this problem. The big EXE files can be divided to generally used bigger DLL + a small EXE file. I have not seen any documentation about this, only some comments that I have heard. Personally I don't like at all the way all the Windows EXE files From the old DOS days I remember that there was no matter how long Or is there something I have missed? Should the variables be in Markku Nevalainen |
Svante Granqvis
![]() Delphi Developer |
Fri, 30 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesWell, the 190k's ARE a problem if you want to distribute the apps on OTOH, there is NO alternative. QuoteBart Davis wrote: Svante Granqvist Speech, Music and Hearing Phone +46-8-790 7561 Box 700 14 Fax +46-8-790 7854 S-100 44 Stockholm mailto:sva...@speech.kth.se http://www.speech.kth.se/~svante |
lhirsc
![]() Delphi Developer |
Fri, 30 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesYou have the debug information in the EXE. See Project Options to turn Lance QuoteMarkku Nevalainen wrote: |
Donagh Kierna
![]() Delphi Developer |
Fri, 30 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesSwitching off Debug information seems to have minimal effect on an 800K Does the Delphi Compiler not remove all unrefernced and unused code from Anybody any ideas... Donagh lhirsch <lhir...@ibm.net> wrote in article <32FF5474.2...@ibm.net>... Quote> You have the debug information in the EXE. See Project Options to turn |
Ernie Garne
![]() Delphi Developer |
Fri, 30 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesOk, so you compress the files. Have you tried talking to Bill Gates about your problem? Maybe he can help E. Svante Granqvist <sva...@speech.kth.se> wrote in article Quote> Well, the 190k's ARE a problem if you want to distribute the apps on |
Markku Nevalaine
![]() Delphi Developer |
Sat, 31 Jul 1999 03:00:00 GMT
Re:Delphi EXE filesizesNo I don't think so. There are these switches to turn of or on -Project Options/Compiler / Debug Information ON <--> OFF I think that I have testede every single combination with these If you or anyone else has some suggestions about those switches, Markku Nevalainen Quote>lhirsch wrote: |
Brian C. Wrig
![]() Delphi Developer |
Sun, 01 Aug 1999 03:00:00 GMT
Re:Delphi EXE filesizesOn 10 Feb 1997 21:13:29 GMT, "Donagh Kiernan" <d_kier...@vistech.ie> Quote>Switching off Debug information seems to have minimal effect on an 800K quick summary. A hello world Delphi VCL based application is ~200k. Including any of A hello world MFC Visual C++ or OWL Borland C++ program that has the In Visual C++ or Borland C++ you can dynamically link with the runtime A hello world Delphi windows API application (no VCL) is about 10k. So - if you compare comparable projects (windows api, windows Having the option in 3.0 to use a runtime dll will make some people Brian |
Ricardo Santiag
![]() Delphi Developer |
Sun, 01 Aug 1999 03:00:00 GMT
Re:Delphi EXE filesizesHello Kevin: Quote> Delphi generates very large EXE files. Even a minimal app with need VBRUN?00.DLL ( for example VBRUN300.DLL size 399Kb);-( . Then 10Kb + 399Kb = 409Kb while the same in delphi is 190Kb. Best Regards, Ricardo. -- |
Frank Coole
![]() Delphi Developer |
Mon, 02 Aug 1999 03:00:00 GMT
Re:Delphi EXE filesizesQuoteRicardo Santiago wrote: EXE file Quote> need VBRUN?00.DLL ( for example VBRUN300.DLL size 399Kb);-( . Then 10Kb + that would be 499K vs. Delphi 1900K! -- Frank Cooley f...@dnaco.net |
The Graphical Gno
![]() Delphi Developer |
Tue, 03 Aug 1999 03:00:00 GMT
Re:Delphi EXE filesizesQuoteIn article <330395E8.1...@dnaco.net>, Frank Cooley <f...@dnaco.net> wrote: You need vbrun??00.DLL where ?? runs from 1 to 10. The Graphical Gome (r...@ktibv.nl) Senior Software Engineer --------------------------------------------------------------------------- |