Compressing executables

Everything else that doesn't fall into one of the other PB categories.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> a$ = Chr('A')

That was it! Thanks! :D
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

I'm using PECompact for quite some time now.

1) Turn off 'Relocate export table'
2) Turn off crc checksum
3) Don't use the jcalg (imo), it failed me.

PS, does compress my 2.4MB app to ~400kb (!)
GUI is cumbersome espec. it's INI storage.

Using it with PEBundle, after bundle then compress.

Very nice.
Price is good.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Price is good.

You should know that I don't like paying for things, unless the price is very
cheap, or unless I have absolutely no choice... :wink:
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Also heard of investments?
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Edwin Knoppert wrote:I'm using PECompact for quite some time now.
1) Turn off 'Relocate export table'
2) Turn off crc checksum
3) Don't use the jcalg (imo), it failed me.
PS, does compress my 2.4MB app to ~400kb (!)
GUI is cumbersome espec. it's INI storage.
Using it with PEBundle, after bundle then compress.
Very nice.
Price is good.
Im using PECompact and specially PEBundle, they are great.

With PEBundle i can make some dlls be extracted and used without writting it to disk, im not sure how does it works, but PEBundle does it transparently. For me PEBundle/PECompact is a MUST if you distribute software.
ARGENTINA WORLD CHAMPION
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Also heard of investments?

Yep, but I don't have any. :)
wings
User
User
Posts: 21
Joined: Fri Apr 25, 2003 5:09 pm
Location: Canada

Post by wings »

A bit off-topic, but why is the first page of this thread so wide; I use a resolution of 1078x768 and I'm still scrolling left/right :?
Post Reply