Hello Madam/Sir,
I want to evaluate the Aspose Barcode Reader cpp library for benchmarking purposes. I have a trial license and I am trying to activate it as follows:
Aspose::BarCode::License license = new License();
try{
license->SetLicense(new String("Aspose.BarCode.CPP.lic"));
}
catch (const System::Exception& error)
{
System::Console::WriteLine(u"Error: {0}", error->get_Message());
return 1;
}
However, I am getting an error : ‘License’ is not a member of ‘Aspose::BarCode’
Could you please help me to solve this problem?
Thanks and regards
Raj Ardeshna