Link to home
Start Free TrialLog in
Avatar of anandkp
anandkpFlag for India

asked on

Can any body help out - XCEEDZIP.DLL

Hi there,

have any of u used XCEEDZIP ... if so cna u mail me the code for initiazing using the cfobject tag & then passing the values to the DLL.

the problem that i am facing is that after registering the DLL - it gives me "Failed attempting to find "ZIPFILENAME" property/method on the object COM error 0x80020006. Unknown name."

-------------------------------------------------------
the code that ive written in as below : -

<cfobject type="COM" name="XZip" class="XceedSoftware.XceedCompression.1" action="CREATE">

<CFSET XZip.ZipFilename = "C:\Clients\Admin.Zip">

<CFSET XZip.AddFilesToProcess = "C:\Clients\Admin\*.*">

<CFSET XZip.PreservePaths = "False">

<CFSET x = XZip.Zip()>

<CFOUTPUT>#x#</CFOUTPUT>
--------------------------------------------------------
Avatar of jimmy282
jimmy282
Flag of United Kingdom of Great Britain and Northern Ireland image

I have not used this dll but....
if u want to zip/unzip files?

you can use my tag CFX_JZip (I wrote it in Java)

http://devex.macromedia.com/developer/gallery/info.cfm?ID=8C6EC1EC-24FA-11D5-83EF00508B94F85A&method=Full

Jimmy

well, is there no help file with the dll that u are using?
well, is there no help file with the dll that u are using?
ASKER CERTIFIED SOLUTION
Avatar of Yog
Yog

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anandkp

ASKER

Hi there,

I got this figured somehow ... a loooooooooong time back ... sorry abt not replying on this asap - as it got out of my mind ... :)

since u were very close to the ans what i wanted.

I'll accept ur comment as answere

Thanx for ur help !

K'Rgds
Anand