Topic awaiting preservation: programming question. |
|
---|---|
Author | Thread |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 10-23-2002 21:01
ok, whenever i write a little win32 app. the exe gets interestingly big. ~300K only for a helloworld thing. no matter if i use VC++ or Delphi. but ive seen exes that do much more (demos) at only 64K. how is that possible? assembler? |
Obsessive-Compulsive (I) Inmate From: |
posted 10-23-2002 21:26
VC+++ Includes some "extra code" so the program can run on several different machines without any extra dlls. I think you can change this in the compiling settings. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 10-23-2002 22:26
ahhh. that might be it. thanks. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 10-24-2002 18:25 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-24-2002 19:16
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 10-24-2002 19:27
makes sense, yes. but still its an exe which must contain an uncompression algorithm. incredibly low size. hehe. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-24-2002 19:34
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 10-24-2002 22:09
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 10-25-2002 17:50
Grumble, if you want to make really small (file size) applications with Delphi, take a look at Key Objects Library... |
Paranoid (IV) Inmate From: Lebanon |
posted 10-26-2002 09:09
Hello Grumble, |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 10-26-2002 11:38
wow. thank you all for the information. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 10-26-2002 18:50
ok, grumble, I've a few years of delphi experience, so here is some advice for ya... |