[delphizip] Re: Calling the Zip DLL directly

  • From: James Turner <james.d.h.turner@xxxxxxxxxxxx>
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Tue, 10 Jul 2007 16:32:28 +0100

I thought that was probably the case.

Can you tell me if the ZipParms structure is stable or if it is likely 
to change future editions?

I hope to get to this in a few days. I can probably reverse-engineer a 
solution (looking at the ZipMaster code). If I get something working 
I'll contribute the code.

-- James Turner

Roger Aelbrecht wrote:
> James Turner wrote:
>   
>> I want to throw together a command-line zip tool. I would prefer to 
>> bypass all the Pascal code and work directly with the DLL (my 
>> requirements are fairly simple). Is there any documentation on how to do 
>> this? I downloaded the latest version and had a quick look at the help 
>> file but did not see anything useful.
>>
>> -- James Turner
>>
>> -----------
>> To unsubscribe from this list, send an empty e-mail 
>> message to:
>>   delphizip-request@xxxxxxxxxxxxx 
>> and put the word unsubscribe in the subject.
>>
>>
>>     
> James,
> there is no documentation because this is considered as 'internal', so 
> no need to document it.
> But ZipMaster calls the dll fuinction in ZMDBind.pas
> call-backs are handled in ZMDllOpr.pas
> The dll gets all its required info from the zpParms structure that are 
> set in the ZMDllOpr::SetZipSwitches functions.
>
> HTH
>   
-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

Other related posts: