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