Dear Abbyy,
I want to use FRDocument :: ExportToMemory in C ++.
I inherited IFileWriter as defined, but Open or Write method is not being called.
overrided IUnknown :: QueryInterface method called by UUID of IMarshal instead of the UUID of the IFileWriter.
It would be helpful if you could get an example using the ExportToMemory function written in C ++.
Thank you.
Comments
1 comment
Dear Abbyy,
I solved this problem to call CoInitializeEx with COINIT_APARTMENTTHREADED .
Thank you!
Please sign in to leave a comment.