Before getting the formal license file, you need to generate the
machine code file using our tools and send it to us, then we
can generate the license file based on the machine code file.
Our license can bind to your machine or the hardware key.
License binding to machine
For this type, the license can only be used on one conputer. You can call
NestFacade::InitLicense(strLicFilepath)to verify the
license, then call NestFacade::GetLicenseType to get
the license type.
License binding to hardware key
For this type, the license can be used on the computer which
has the proper hardware key. You can call
NestFacade::InitLicense(strLicFilepath, iDevelopID, pSoftwareKey, iLicenseID, iFlag)to
verify the license, then call
NestFacade::GetLicenseType to get the license
type.
Notes
For the details of the license checking function, you can refer to
NestFacade
class under NP::NestKernel::Business
namespace.