|
The Developer's Resource & Community Site
|
Code Zone:
This is the area for sharing your code with the world. If you have some code you want to feature for download on these pages, submit it to our Code Team.
Add powerful zip and unzip functionality to your applications
The Xceed Zip Compression Library is a high-performance data compression library for Windows developers. It provides your applications with the capability to create and manipulate industry-standard zip files as well as compress and decompress strings and buffers directly in memory.
Check out this link
|
A tool from Girish Bharadwaj |
|
Girish has written a simple component which acts similar to one that is used by DCOMCNFG and OLEVIEW. He could not figure out a way to use that, so he wrote this.
This is basically a wrapper around the excellent DCOMPERM tool written by Michael Nelson. This component exposes one interface (IAclEdit) with one method (ShowAclEditorFor)which does all the work.
|
Check out release 1.0 of the JACOB project |
|
JACOB is an open-source Java-COM Bridge, which allows you to manipulate COM Automation objects from Java using a similar API to the one used by Visual J++.
Because JACOB is written in Java, utilizing JNI, it works in any Java VM that supports JNI on any Win32 platform. This includes Sun's JDK 1.1 and 1.2 (Java 2) as well as the Microsoft IE5 VM, the Netscape 4.5 VM, and many other VM's.
You can obtain both the source and binary distributions at the URL included. The runtime portion is a JAR file and a DLL which together are smaller than 100KB. The source code is a combination of Java and C++ (requires VC6/ATL to compile).
Check it out at http://users.rcn.com/danadler/jacob/
Downloadable Code on IDevResource.com: |
|