PLM之家精品课程培训,联系电话:18301858168 QQ: 939801026

  • NX二次开培训

    NX二次开培训

    适合初级入门或想深入了解二次开发的工程师,本培训结合ufun,NXOpen C++,大量的实例及官方内部的开发技术对于老鸟也值得借鉴!.

    NX CAM二次开发培训报名 NX二次开发基础培训报名
  • PLM之家Catia CAA二次开发培训

    Catia二次开发培训

    Catia二次开发的市场大,这方面开发人才少,难度大。所以只要你掌握了开发,那么潜力巨大,随着时间的积累,你必将有所用武之地!

  • PLM之Teamcenter最佳学习方案

    Teamcenter培训

    用户应用基础培训,管理员基础培训,管理员高级培训,二次开发培训应有尽有,只要你感兴趣肯学习,专业多年经验大师级打造!

  • PLM之Tecnomatix制造领域培训

    Tecnomatix培训

    想了解制造领域数字化吗?想了解工厂,生产线设计吗?数字化双胞胎,工业4.0吗?我们的课程虚位以待!

PLM之家PLMHome-国产软件践行者

[原创] NX二次开发签名的方法完整版本,详细步骤如下:

  [复制链接]

2017-4-21 08:17:55 7967 1

admin 发表于 2015-2-25 13:00:05 |阅读模式

admin 楼主

2015-2-25 13:00:05

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x

1 G8 C) ^1 n5 V+ H8 z
/ C) R/ o2 Q7 U* m* G
" s+ k* n- O- {8 fOnce you have fully tested your NXOpen API application, you should "sign" it/ R6 `% A0 y6 V; W
before distributing it to your end users.  Even if your end users also have$ H  w# `7 G5 i$ d, E
access to the Author license which is required to load and run an NXOpen
7 H0 J( w- S0 J) x2 V: Y. J8 ~application, signing it has its benefits.
. P# [1 `  U$ Q, L6 M; D# m8 `5 _
& h7 x! J& M$ ]4 O. A7 Z    - Your application will load faster because NX will immediately recognize% Z4 P3 X1 e: y5 @# |; F& Q
      that it has been signed.
$ W$ t$ V9 R8 x' k7 y, h    - The syslog (Help-> Log File) will not be cluttered with the output from# e6 H' {6 G$ _
      the multiple checks that NX will do to determine whether it can load
7 C5 |; l4 t2 N9 g0 r8 V3 _* @" q      and run the program.' ?4 w: D  [  B* W

! q7 J  Q2 n& O5 ^  k1)  C/C++, C# or VB only (Java: Proceed directly to step 3); X* w. y- k7 D  _0 U; S. V4 y

3 U! [# U1 Z6 E" W% d4 T    Add the NXSigningResource to your Visual Studio project
# {  ^7 A8 Z/ w- f+ l- W2 Q0 ]- d( r
    In the Solution Explorer, select the Resource Files folder and! |  z: \5 v# p5 v' q$ M% z
        <RMB>Add-> Existing Item
. f2 e& L% T* X
0 r  H4 I) M1 b    C/C++:
8 j/ e/ n& O$ h        Browse and select %UGII_BASE_DIR%\UGOPEN\NXSigningResource.cpp
: a7 Z( J) T! j6 D& W    C# or VB .NET:2 R" V" y9 C! X) \
        Browse and select %UGII_BASE_DIR%\UGOPEN\NXSigningResource.res# X$ N" t5 G8 c3 }
        Select the newly added NXSigningResource.res and in set  q; g7 }* r; H
            Properties-> Build Action = Embedded Resource
2 i; s' E! E) l; o8 a3 j2 a* f
% u: I8 C9 P& H& J& b7 z2)  Make sure the build configuration is set to Release then
6 N1 L. G! H" W! E; b! f" n- o& S1 v    Build-> Rebuild Solution, h: U8 D6 \! j
8 D" r( l; i* z/ a1 S9 e' f3 I5 k
3)  Sign the executable from an NX Command Prompt window:
4 a8 {" j# e9 J' Z        You probably already have one open because you started the Visual
0 E" Z2 I# a, C( z2 e, t        Studio or Eclipse from it.  Otherwise:
& T( R: H/ F# o/ O# F+ e            Start-> All Programs-> NX#-> NX Tools-> Command Prompt9 y, H! \) w% t1 w/ i9 O3 O3 L! }

6 Q1 ]. T! p& S$ x% j) L: _8 i    Java:+ A3 _+ d5 ]$ I+ f
        signJar <path to your>.jar- k0 v+ a) `7 C, C) }4 I
0 h3 j5 \" T3 m+ m
    C/C++:
9 r5 z, f' H5 V7 B        NX8.5 and later:) H, Z4 x4 \* t8 J. R
            signCpp <path to your>.dll or .exe
+ m/ J3 w: W% M* T2 V  t, J! b        NX8.0 and earlier:
5 D1 R' p0 d. x( E  {/ A            nxSign <path to your>.dll or .exe
) i  S8 R% O% A: P! \
3 b" X2 @( @4 Z2 Y, G1 `    C# or VB .NET:
6 A5 H0 R' k8 [8 g: r$ _  l        NX8.5 and later:, W  r) L( n! l+ ?5 R6 h* h
            signDotNet <path to your>.dll or .exe
% T; \3 H7 D3 v  p# C        NX8.0 and earlier:
% ]6 r1 F' O* I            signLibrary <path to your>.dll or .exe
* Y0 z) b) n8 W% U1 r1 z. z% M* l. k
Note:  You do not need to use the path to the signing utilities because the
* @! Y+ \4 |& K& ^( U. I; vPATH of the NX Command Prompt shell already includes both the UGOpen and UGII  _1 b9 L. S, o( @, @) |
folders.5 ~/ i" K; c; F! ?! X! A
# s' Y' p! }* Q; I
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复

使用道具 举报

全部回复1

yejihu 发表于 2017-4-21 08:17:55

yejihu 沙发

2017-4-21 08:17:55

非常感谢您的分享和宽大的胸怀!
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复 支持 反对

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了