Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
415 views

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 ...
0
votes
1answer
124 views

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 ...
0
votes
4answers
518 views

VCL alternative to IStorage

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 ...