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

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

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

使用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怎么办?

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

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

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

标签: UG
分享给朋友:

相关文章

360随身wifi 3代当作无线网卡无法联网

360随身wifi 3代当作无线网卡无法联网

前置条件: 无线网卡硬件 360随身WIFI 3代 驱动...

AUTO CAD2018启动出现Unhandled……

AUTO CAD2018启动出现Unhandled……

AUTO CAD2018启动出现Unhandled…… 回想起之前正常启动之后动过电脑的情况,一是安装了第二个显示器并更新了驱动。二是安装skecthup2017时为了安装netframework4.5.2不得已卸载了4....

carlibre抓取网页内容生成电子书

carlibre抓取网页内容生成电子书

#!/usr/bin/python # encoding: utf-8 from calibre.web.feeds.recipes import BasicNewsRecipe class Pro_Git_Chinese(Basic...

UBUNTU 安装owncloud

UBUNTU 安装owncloud

wget -nv https://download.owncloud.org/download/repositories/production/Ubuntu_16.04/Release.key -O Release.key apt-key...

Ubuntu 16.04下忘记MySQL密码如何重置

Ubuntu 16.04下忘记MySQL密码如何重置

I. 在终端输入 sudo gedit /etc/mysql/mysql.conf.d/mysqld.cnf II. 在[mysqld]下方的skip-external-locking下面添加...