I have to create a RTF file using C++ and MFC. This RTF file will contain images with a link on each of them.
The RTF is always in memory, it's never written on the hard disk.
I need to insert an image in the RTF file at runtime(the image is not always the same). Is it possible to do so with MFC? I'm not sure if CRichEditCtrl can do that...
Thanks