|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard.
# q' @( Y# _ u! | This is described in the NX Open for C/C++ -> Open C Reference Guide -> & _4 d! S8 c( }: m5 I* @$ j0 y
Overview -> setting up your system. The image being created is an external* a- b. ?$ R) p/ k7 Z% ]6 H
User Function program using C++ and Open C++ calls.) |2 E; V3 Z% h6 |* d7 K% ~8 m4 c5 U
2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
& x0 S1 D" E" K6 c8 |# Y$ X% o Project->Properties (Alt + F7), select/expand Configuration Properties->General and set
" N+ ?, U/ y$ h5 | the "Configuration type" to Dynamic Library (.dll).
6 R% ~- H8 H" q6 d) _# m1 ^$ U) K o+ R 3. Make sure the output file is generated with extension .dll. Go to ) s* F7 W) v j0 s
Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the
7 K/ K6 H9 `% I2 Z8 @- A d4 H "Output File" with the .dll extension.
. N& B( u4 K& C5 B 4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project- }0 W) W0 U( {: g8 c
pulldown and select "Add Existing Item...". Select the file using the popup' U" L) l: a+ C2 `8 @, H
window." g7 Q Q6 U0 _8 f, @3 f
5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, 6 I; `4 X- f! M8 P
select/expand Projects and Solution->VC++ Directories. On right side window select . w* P' k, J* u1 E9 O
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp
" b) w4 l) \1 i. R( u# |7 I to the existing list.
7 x# @* O+ I/ i& _+ `. z5 p 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7),
/ q6 l: R4 V3 I3 H+ Q( g/ K' T select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib* f2 ]7 L* c4 q5 ?% o) N: A" |
in the "Additional Dependencies" row.! p% t B" T n, E; _ ^# F4 p
7. Build the external image by going to the Build menu and selecting either ' a$ J5 b, S: b( {3 O0 V! ~# y
"Build Solution" or "Rebuild Solution".- j8 S! N" ~- i
This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.
2 _* n. d* h7 O) D
7 k( w2 P4 `$ r# f X |
|