Menu

CompoundFile.Net / News: Recent posts

First release posted

This release, version 0.1, contains a solution and two projects. One project is the collection of C# classes that make up the Compound File reader. This is commented at an extremely basic level, and will be difficult to understand at present.
The other project is a windows form, intended to become a very simple demonstration of how to use the compound file classes in your own code. This is currently incomplete.

Posted by Mark Hanlon 2003-07-30

Where's the code?!

I'm currently in the process of commenting all my public methods, then I'll upload the first version of the solution to this site.

To be clear, the code I have so far will load a compound file and allow the extraction of the individual streams within that file. It also allows the directory inside the compound file to be navigated in order to find out the content.

I've not seen code elsewhere on the Internet that achieves this, and it's not part of .Net, so for any developers using Compound Files in a .Net solution I hope this helps.

Posted by Mark Hanlon 2003-07-27