|
ASPack 1.08.04 released
ASPack is an advanced Win32 executable file
compressor, capable of reducing the file size of 32-bit Windows programs by as much as 70%. (ASPack's compression ratio improves upon the industry-standard zip file format by as much as 10-20%.)
ASPack makes Windows 95/98/NT programs and libraries smaller, and decrease load times across networks, and download times from the internet; it also protects programs against reverse engineering by non-professional hackers.
Programs compressed with ASPack are
self-contained and run exactly as before,
with no runtime performance penalties.
Related Discussions - SECURISATION DE LOGICIEL. (2001-01-08 08:50:15)Si tu es intéressé, j'ai fait un générateur de numéros de série "anti-copie" : il est basé sur des caractéristiques du processeurs, donc en cas de...
- WAYS TO SHRINK DELPHI EXECUTABLE SIZE (2001-01-08 17:23:49)You have a couple of options:
1) Get an EXE shrinker - basically compressing the file and then decompress as it runs.
See:...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 14:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
- HOW TO MAKE YOUR .EXE FILES SMALLER THAN 300K? (2001-01-19 00:23:34)yeah me too, i am interested in those articles too
ruben
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- HOW CAN A MAKE SMALL DELPHI APPLICATIONS? (2001-01-31 04:49:09)To make the application smaller, and without a form you can do these things:
1. Open your project (or create a new)
2. Choose remove file from...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- COMPILING APPS FOR NON-INTEL PROCESSORS (2001-03-13 13:08:46)Yeah it would be nice. I have had several people request Mac versions of our software.
- HOW WM_KEYDOWN WORKS...? (2001-03-21 12:35:55)When you send WM_CHAR, it's something like WM_KEYDOWN then WM_KEYUP... When you only send WM_KEYDOWN, the edit box "think" the key hasn't been...
|