HPW
New Member
Posts: 14
|
Post by HPW on Nov 19, 2004 6:56:53 GMT -5
I want to compile a Dll which only contains 2 functions:
ZipFromBuffer UnZipToBuffer
It has no User-Interface and should be as small as possible. But the Dll is still 458 KB.
Can I configure it to let it be smaller?
|
|
HPW
New Member
Posts: 14
|
Post by HPW on Nov 19, 2004 7:38:45 GMT -5
I use this:
library MyStrZip;
uses Windows, Classes, Messages, SysUtils, VCLZip;
{$R *.RES}
.... ....
|
|
HPW
New Member
Posts: 14
|
Post by HPW on Nov 19, 2004 7:48:16 GMT -5
After reading the help-section about 'MAKESMALL' again, I get it to work. I forget to use 'Build all'.
|
|
|
Post by Kevin on Nov 19, 2004 8:25:39 GMT -5
Looks like you were able to get things working before I even had a chance to read your post. Kevin
|
|