Could someone to post a few lines in C++ of startup code for V2.1?

For example in the old version I got this working:

CComPtr<PDFCreator::_clsPDFCreator> pdfObject;  HRESULT hr = pdfObject.CoCreateInstance(L"PDFCreator.clsPDFCreator");pdfObject->cStart("/NoProcessingAtStartup", 1);  PDFCreator::_clsPDFCreatorOptionsPtr opt = pdfObject->GetcOptions();


and I need just the equivalent in the new version. After that I expect I can follow the code examples in other languages.

The forum page says there is one comment (apart from this one presumably) to my original post, but I can’t see it…help!

Hello, 

C++ examples will come with the next release (v2.2.0).

Regards,
Sazan