|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.
: N, i3 V8 v$ W# b; c9 Y This is described in the NX Open for C/C++ -> Open C Reference Guide -> - o( K! W9 c- ^+ r7 l
Overview -> setting up your system. The image being created is an external' t p% l) ^3 r X
User Function program using C++ and Open C++ calls.4 f: m* h! q, C4 u/ ^" I+ v6 Q
2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to " F2 p. N/ Q8 q M% r" }: ]
Project->Properties (Alt + F7), select/expand Configuration Properties->General and set* u% z; L; L/ j
the "Configuration type" to Dynamic Library (.dll).
# ?% A) \' J7 S' q u4 ? 3. Make sure the output file is generated with extension .dll. Go to
+ j! G. I$ u6 c" z' H9 P: e( n Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
, _' M. S" i' s5 W5 z* U6 S% v% }6 D "Output File" with the .dll extension.
2 l+ f# m+ U; L 4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project2 b& ^4 n% w( x$ l$ i
pulldown and select "Add Existing Item...". Select the file using the popup
& t) c1 d8 ~; T. ^. }0 ?# m window.% x ?1 ~ D' {# L" l6 ^9 E0 ^2 Z
5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options,
1 K2 ?& k! U8 C* G$ Z select/expand Projects and Solution->VC++ Directories. On right side window select
; Y/ x5 H9 e6 ^1 t; B4 S. O3 b- Z( p6 c "Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp ( _8 H. d; c9 A1 `
to the existing list.
" @9 P, I9 ? W. H7 S" K/ q 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7), ( ~1 _+ H4 ^2 w6 T) ?' l# x# {
select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib
3 [9 c% }! u. Z! V+ R7 k4 h" g/ s$ ` w in the "Additional Dependencies" row.1 h- f; f# m3 v _; ? h7 \2 m
7. Build the external image by going to the Build menu and selecting either
1 v: S5 v* F$ H9 a W2 } "Build Solution" or "Rebuild Solution".
3 B6 n" f" o' f: r( d This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.3 J7 q# a- j5 _% B* J
- D0 Y) j' Z# v! M/ X. ~
|
|