Windows compound files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Are windows compound files supported under .NET?

Compound files are like a directory - there are several streams in a
single file. I have C++ code for some object classes that use compound
files and
am having difficulty getting it to compile under .NET because some standard
windows header files create compiler errors. Even classes that simply use
IStream to
read and write themselves will not compile, with errors found in files
supplied
with Visual Studio.

Any suggestions or help would be appreciated.

Steve Strommen
 
Any suggestions or help would be appreciated.

It sounds like a C++ problem, so I suggest you repost your question to
microsoft.public.dotnet.languages.vc and include specific error
messages and even better some code to reproduce the problem.



Mattias
 
Back
Top