Any ideas?
Thanks.
Regards,
Michael Cessna
The problem appears to be related to the call to IPersistFile::Save in
CDsoDocObject::SaveStorageToFile. This method returns success...but the Word
document is not created, which means that either the implementation in Word
2007 is wrong or that the example is wrong with regard to Word 2007 (I tried
other parameters and techniques using IPersistFile without success). The
quick solution is to comment out the IPersistFile code and just use the
StgCreateDocfile method of creating a Word document in the
CDsoDocObject::SaveStorageToFile method.
Thanks.
Regards,
Michael Cessna
"Michael Cessna" <mce...@newsgroups.nospam> wrote in message
news:OtNsuYlD...@TK2MSFTNGP03.phx.gbl...