RTF embedded objects

T

tomgold

Hi there,

I am trying to extract an embedded object out of an MS-Word saved RTF
document.
I have followed the documentation, and got to the \objdata tag.
The documentation advises that the data is saved using the API call
'OleSaveToStream', that is using IPersistStream interface to be saved. To my
understanding, I will need to use revert call 'OleLoadFromStream' to
reproduce the embedded object (with the same interface).
The problem is that this call always fails for this interface (and for other
interfaces that I try) - error is REGDB_E_CLASSNOTREG. This does not look
right to me... as its the same computer I'm using to have generated the
document.

Did someone run into this before? anyone who used 'OleLoadFromStream' before?
Or something else that I seem to be doing incorrect?

Thanks,
Shaz.
 
W

Word Heretic

G'day "tomgold" <[email protected]>,

No, I havent used it, I load the rtf into word and use Ole verbs on
the objects usually. However, it sounds as if that call is requiring
you to id the object type for it?

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


tomgold reckoned:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top