View Single Post
  #4  
Old 08-26-2004, 09:45
mtw mtw is offline
Friend
 
Join Date: Feb 2003
Posts: 73
Rept. Given: 0
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
mtw Reputation: 2
Quote:
Originally Posted by kunam
When you create new application with empty form, then compile it
in delphi 7 you will get 400k file size, this is not good for us when
we only to create appz that can patch or inject some code into mem.
So there is some library called KOL (Key Object Library),
developer of KOL re write system unit from original Delphi System Unit
like Classes, Window...etc....with full asm n api, so it very2 small footprint
empty application that D7 can produce 400k, with KOL it just take 15k
before compression, if u using UPX as compressor, it can take only 9k.
small is it....
Yep, used this before, but using all API calls will get the same results. They use TObject for all there base components, so in effect it goes back to old pascal calls, except you get the rad form designer. It's been around for some time.
Reply With Quote