当前位置:首页 > 技术手札 > 正文内容

关于UG NX8.0/8.5二次开发dll签名失败的问题

秋风渡红尘8年前 (2018-05-09)技术手札2587

使用vc++二次开发,正版UG NX加载DLL时会提示图像未加载……

了解为正版UG加载二次开发的dll需要签名。

签名过程中出现以下问题:

Signing fails because the following licenses are unavailable
c_p_p_author:
License Error, license module is not present. [ -10009 ]

ufunc_development:
License Error, license module is not present. [ -10009 ]

ugopen_plus_plus:
License Error, license module is not present. [ -10009 ]

国外论坛的答案是

Besides the signing procedure, which has been well covered here, there is a licensing step that I learned was necessary.  The steps below cover it.  Once they are done, you can run the signing program.

 

  1. An NX c_p_p_author license must be available on the NX license server used.
  2. To make the c_p_p_author license available on the machine the signing process will be run, it must be activated using the following steps.
  3. Start/All Programs/Siemens NX 10/NX Licensing Tools/Licensing Tool
  4. Bundle Settings
  5. Select Partner NX Dev from Available Bundles and move to Applied Bundles.
  6. Apply and Exit

问题是,没有代理商Licensing怎么办?

扫描二维码推送至手机访问。

版权声明:本文由咿呀贝发布,如需转载请注明出处。

本文链接:https://www.yiyabei.cn/?id=21

标签: UG
分享给朋友:

相关文章

QT在windows环境下QIcon不显示

QT在windows环境下QIcon不显示

QT设计窗口程序,在linux下QIcon能够正常显示图标,在windoows下无法显示图标。 经检查路径没有问题,最终解决方法是 先构建-˃执行qmake,然后在重新run。 图标终于正常显示,完毕!...

局域网和外网多重网络同时使用

局域网和外网多重网络同时使用

要点: 1、ip、子网掩码都使用内网; 2、网关保证空白; 3、设置静态路由。 具体操作: 1、保证完成了上述1、2两条操作; 2、设置静态路由...

UG NX8.0/8.5 OPEN配置visual studio2017环境

UG NX8.0/8.5 OPEN配置visual studio2017环境

摘录的博客文档,方便自己使用,原文为NX10.0,经自己测试,同样适用于NX8.0/8.5。 将NX10.0安装文件下的vs_file中的VC、VC#、VB文件夹复制到VS2017的安装文件夹下...

QT编译的程序中文乱码

QT编译的程序中文乱码

在主程序加入 QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf-8"));...

ubuntu QT5.11.1链接MYSQL数据库出错的问题。

ubuntu QT5.11.1链接MYSQL数据库出错的问题。

编译后链接数据库时提示 QSqlDatabase: QMYSQL driver not loaded QSqlDatabase: available drivers: QSQLITE,QMYSQL……...