在许可工具SuperMap_LicenseCenter里面的tools里面有这个SuperMap_Trial_License.exe
UGint nresult = UGLicense::VerifyLicense(UGLicense_iObjectsCppCore);
这一行代码,在没有(手动)运行SuperMap_Trial_License.exe前,提取不到许可,运行这个exe后,可以提取到许可,也就是说nresult 为非0值,
问题:
这个SuperMap_Trial_License.exe有什么用,是生成试用许可吗?(感觉是安装驱动啊什么的)
尽管nresult 为非0值,如果生成的是使用许可,为什么UGLicenseWrap::GetExpiredDate(UGLicense_iObjectsCppCore,year,month,day);
提取到的时间是1970/4/1,好像是个初始时间。
(我只是运行了这个exe,并没有在许可工具里面配置许可文件。可用天数是0天)