嗨,不幸的是我对佳能Juma没有任何经验。但有人认为我不清楚。你在变量osx_mar_license [3] [4],osx_mcp_license [3] [4]中硬编码了许可证,但是你试图从闪存中的某个地方加载许可证。为什么?我会跳过InitLicenseManager()函数并直接调用每个库的init函数。它将使用硬编码许可证,它应该工作。
以上来自于谷歌翻译
以下为原文
Hi, unfortunately I don't have any experience with Canon Juma. But one think is not clear to me. You hard coded the licenses in the variables osx_mar_license[3][4], osx_mcp_license[3][4], ... but then you are trying to load the licenses from some place in flash. Why? I would skip the InitLicenseManager() function and call the init function for each library directly. It will use the hard coded licenses and it should work.
嗨,不幸的是我对佳能Juma没有任何经验。但有人认为我不清楚。你在变量osx_mar_license [3] [4],osx_mcp_license [3] [4]中硬编码了许可证,但是你试图从闪存中的某个地方加载许可证。为什么?我会跳过InitLicenseManager()函数并直接调用每个库的init函数。它将使用硬编码许可证,它应该工作。
以上来自于谷歌翻译
以下为原文
Hi, unfortunately I don't have any experience with Canon Juma. But one think is not clear to me. You hard coded the licenses in the variables osx_mar_license[3][4], osx_mcp_license[3][4], ... but then you are trying to load the licenses from some place in flash. Why? I would skip the InitLicenseManager() function and call the init function for each library directly. It will use the hard coded licenses and it should work.
举报