回复 4楼iceman的帖子
在实例代码中有注释
- string licenseFilePath = @"LEADTOOLS.LIC";
- string developerKey = "*******";
- RasterSupport.SetLicense(licenseFilePath, developerKey);
复制代码
请问在哪里能找到上述developerKey ,licenseFilePath ,我已经获取了get license获得了以下文件
“eval-license-files.lic.key”,“eval-license-files.lic”。
源码中有“LEADTOOLS.lic”“LEADTOOLS.LIC.KEY”拷贝到debug文件夹下依旧无法正常运行。
开发机系统为win7 64位,IDE为vs2013. |