|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Using Visual Studio - create a new project using the NX Open AppWizard. M1 F; |- e5 U$ F5 U8 J
This is described in the NX Open for C/C++ -> Open C Reference Guide ->
1 R1 x; E/ {" [" B. \$ X Overview -> setting up your system. The image being created is an external
# A( v# G2 C# e* ]) e: A User Function program using C++ and Open C++ calls.
5 [( j# U- D. h( [4 \ 2. Make sure configuration type of the project is Dynamic Library (.dll) . Go to
+ F) o: {6 l3 y$ }# Z5 _: _ Project->Properties (Alt + F7), select/expand Configuration Properties->General and set( g9 y: c* k1 r! D. F ^! N) v- i9 [; J
the "Configuration type" to Dynamic Library (.dll).9 g& y: o2 Z4 T2 o+ }) o
3. Make sure the output file is generated with extension .dll. Go to
9 r9 B% Q& W/ v# m, O Project->Properties (Alt + F7), select/expand Configuration Properties->Linker and set the2 t. ]: \1 R9 c; F. D' k6 g6 {7 q
"Output File" with the .dll extension.' Y! s3 a& P4 j/ G( t# n
4. Add the OntSelectionBoilerPlate.cpp file by selecting the Project2 a8 q, k9 h, T* ~8 X9 L; b
pulldown and select "Add Existing Item...". Select the file using the popup
6 B. S& C1 r' ]( {% f window.+ X2 e& I+ S8 ^4 T: r$ i& e7 x, g
5. Add $(UGII_BASE_DIR)\ugopenpp as one of the include directories. Go to Tools->Options, ; N s' X$ u$ b6 J/ c- t
select/expand Projects and Solution->VC++ Directories. On right side window select ( x d: e3 I" |. ~
"Include files" option available under "Show Directories for:" pulldown. Add $(UGII_BASE_DIR)\ugopenpp
6 b* q* o( m" `0 x- p to the existing list.
6 A8 `% e$ l1 f 6. Add libopenpp.lib and libvmathpp.lib libraries to the project. Go to Project->Properties (Alt + F7), $ E, x3 L1 u/ g. b6 q- k
select/expand Configuration Properties->Linker->Input. Provide libopenpp.lib and libvmathpp.lib6 j! Q y* ^% U7 m3 n
in the "Additional Dependencies" row.: h) K+ R+ l! ?* G o
7. Build the external image by going to the Build menu and selecting either , g- z1 A; l. s/ ^: A" [5 _
"Build Solution" or "Rebuild Solution".
( j- }: r6 ^' ~7 E4 N1 g This will create an Dynamic Library called OntSelectionBoilerPlate.dll in the Debug directory.6 ~8 D1 Q) B$ J( Z6 J# t
% V) f! t* I' w- a4 }" s- a& R
|
|