Perhaps I don’t understand how to use SharedPtr and MakeObject, but the Visual Studio resource monitor shows this code using up lots of memory as it runs:
#include <Aspose.Words.Cpp/Model/Document/Document.h>
using nam…...that uses a single Document object. In regular C++, I would normally...normally delete the Document object, but delete doesn’t work on...