Exceed ActiveX zip compression and decompression library using c#.
Hi @Admin, I have recently downloaded and start using Xceed Activex Zip version 6.X for Mcx streaming compression and decompression. I am not able to see any reference dll or releated docs for decompression. Can you please share how to create dll for
ActiveX
"ActiveX component can't create object" error message when using Access... what to do? Regards, Excavation Rochester
Problem with 64bit XceedZip
We have just upgraded a 32-bit MS Access application that was using the 32-bit XceedZip control to un-compress files from 32bit MS Access to 64-bit MS Access and have changed over to now using the 64bit XceedZipX64 control within the updated app. The
ASLR Enabled?
A long time ago we purchased Xceed VCL components: Zip Compression Library v 6.0 and FTP Library v1.1. These were for a desktop Delphi program we still support (not .NET). I'm assuming these are ActiveX components. Does the current version of these
Limitations with a trial license
After creating an encrypted zip file, I find that I can unzip it without specifying the password. Is this a limitation with the trial license? This is with using the XceedZipX64.dll using direct calls to the DLL API functions. Code snippet: bool Finalize(std::wstring
VBA zip file and folder together
Hello, I'm trying to zip a file and a folder together without success. My situation looks like this: testfile.xml bindata\test.pdf bindata is a folder with files. I want to zip those two things together as one zip and the folder "bindata" has to stay.
System error &H80070057 (-2147024809)
I have installed XceedComponents.exe version 3.2.9460.14460 on my vista pc. I open my Visual Basic 6 IDE, create a new form and put the zip control on the form. When i try to save the new form i get the following error message box: System error &H80070057
Ignore Junction Points in Win Vista and 7
Windows Vista and Windows 7 include some junction points by default for backward compatability with Windows XP/2000 (such as the junction point in the root of C: called “Documents and Settings” pointing back to the C:\Users location. Is there any way
XceedSco.dll is there a 64 bit version available
I installed Xceed Zip for X64. It installed in the default folder C:\Program files(x86). I guess this folder is meant for 32 bit applications and XceedSco.dll is a 32 bit dll. Is there a 64 bit dll version available , so that i could call it from 64
Xceed Zip with multiple formats
Hi, I have a requirement to extract files from different file compressions formats like .zip, .rar, .Z001, .Z002 etc. can we do this using Xceedzip library? If yes, can you provide me sample code blocks for each format. Thanks, Basanthi
How to use XceedZip to decompress data in RHEL 6 ?
Hi, I am developing Application for Trading Market Data of MCX( Multi Commodity Exchange India). In the process data needs to be decompressed and then mapped to structure. I have developed the same in C# and vc++ 2010 using your trial version. Now i