dragonsphere Site Admin

Joined: 20 Jul 2005 Posts: 160 Location: USA Florida
|
Posted: Wed Jul 27, 2005 8:16 am Post subject: Code Complete |
|
|
Hi All,
This DLL is complete and will probably not change. It is intended for a way to protect your software from those who seek to destroy it. It has the ability to protect your software from virus attacks.
I have also added fundamental compression abilities using the zlib static library. No it cannot make a zip file directly. It compresses only single files. I could not see the point of yet another Zip DLL. I added the compression so you could compress/decompress your resource files in the VDS EXE. Anyway there will be a very good example of how to use this DLL. I have written a UUEncoder with the ability to compress the file before it is UUEncoded. This will allow you to post binary files to forums and email safely and efficiently. Also you math freaks will like the UUEncoder since it is completely written with VDS The DLL only handles the compression. |
|