Hi,
I am trying to activate the trial licence of windows 10 but I am facing the following errors :
“error C 2065: ‘intrusive_ptr’: undeclared identifier”
“error C 2065: ‘License’: undeclared identifier”
I just add the following two lines to activate the license as suggested in the documentation:
intrusive_ptr<License> license = new License();
license->SetLicense(new String("Aspose.Barocde.lic"));
Please find the attached example code to have a better idea regarding my issue.
main.zip (1.4 KB)