Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for Active | Custom Development Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
AuthorForum: PowerTCP Zip Compression for ActiveX
Topic: Help to test ZipLite
chris99

From: somewhere, AL USA
Posts: 1
Member Since: 04/10/05
posted April 10, 2005 2:15 PM

Hi,

I want to evaluate ZipLite and donīt want to mess around with the sample-projects.
I am using Visual C++.
Is it possible to get the following things for easy testing?

- a header (*.h) with the ZipLite-functions declarations
- a lib (*.lib) for binding
- a Win32-Dll (*.dll) with the needed ZipLite-components 
- a useful documentation, for example something like this:
 
 HRESULT raw_QuickZip(Source, Destination, IncludeSubs, PreservePath, Password, Encryption);

Parameters:
// Info about the parameters go here
Return value:
// return value info here
Remarks:
// what the function is for and what one must know about it
Example:
// a real-life example that puts the function in a context


- a tutorial or sample, for example something like this (fictive):

 How to create a zip-archive:

InitZipLite(...);
raw_QuickZip(...);
SaveArchive(...);




Thanks in advance!
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted April 11, 2005 1:54 PM

The samples were provided as a simple means to show you how to get started. Most of the complication you see is probably related to gettting licensing to work, since VC does not automatically handle all that.

There is a header file included. You should see it in the Include directory where you installed the tool.


Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX