structured-storage

VCL alternative to IStorage

Hello To preface I am using Borland C++ and the VCL. I need some sort of structured storage object which can be saved to disk as a single file and can contain multiple named blobs of binary data which I can programatically enumerate, access and manipulate. The IStorage interface seems to be close what I want but I would prefer a VCL s...

File format or parsing guidence for Visual Studio SUO files.

Where can I find a file format spec, or guidence for parsing, .suo files? I'd like to extract breakpoint information from them. The MSDN topic Solution User Options (.Suo) File briefly describes how storage streams are read from and written to this structure storage file, but this information is very scant, especially for someone of ...

How to write an altered COM Structured Storage file to Disk?

I have a COM Structured Storage File reader implemented that can open Storage and stream objects, that's all happy. But now I want to be able to copy things from one archive to another and rename things and then write things back to the disk. I haven't even adressed the copy and rename operations because I can't seem to even write chan...