|
ASPack 1.08 release
ASPack - 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.
Details at http://www.entechtaiwan.com/aspack.htm
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...
- GETKEYBOARDSTATE TOGGLES,I DONT WANT TO. (2001-01-08 01:10:05)var
KS: TKeyboardstate;
begin
GetKeyBoardState(KS);
if KS > 1 then
label1.caption := 'Ctrl Key Down'
else label1.caption := 'Ctrl Key...
- 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:...
- 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
- CREATING SHORTCUTS (2001-01-28 01:16:27)This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work.
If it won't, tell me and I'll...
- 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...
- WHAT ABOUT SMTP AUTHENTIFICATION? DO YOU HAVE SOME COMPONENT ....? (2001-02-07 20:59:53)Yes, there is one. I think the latest and greates release of Indy (formerly known as Winshoes) allows you SMTP authentication. You just have to...
- HOW TO TRANSFER FILES SECURELY? (2001-02-09 07:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- HOW TO ACCES MORE THAN 1 KEY AT ONCE? (2001-02-16 00:09:07)Thx, but I found out for myself ;)
|