|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
) K: @4 Q# @. E0 Z( Z6 w 2. Create a new VC++ project using the NX Open AppWizard.
. G$ X% R" x7 }9 }8 P Create new project as:8 D+ Q) b: f$ C" h( E
2.1 File->New->Project.
6 _1 Z% U7 m% d& j7 h0 T9 x; X 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
: m/ z4 d+ }0 \6 m, j Enter name as ExecuteCheckerAndGetResults. Click Next.3 m. B; M2 j: K
2.3 Under Application Settings, select 'An Internal application that can be
0 |; b1 X$ o% F2 { activated from an NX session (DLL)'.
7 x/ E, Y1 x- j7 A! p% [0 `! `3 Q: f 2.4 Select C++ for What language would you like to use in the generated
" J8 @0 w v* n source files. Click Finish.+ Z% `! A% r8 T# ~( {; @7 r
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
% I0 l8 z% F; e0 t" z! D2 ^ pull down and select "Add Existing Item...". Select the file using the popup window.
* u8 t9 T; E& J 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.& f" D ~# z7 U$ X; ~1 \3 h; P
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
4 k8 y2 r S: `" O# Q/ z Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.1 |- L6 {; a& \: x R
6 ^# b$ @$ w# g* y
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
& [& _( a3 }5 E Include Directories.
! H- M% C4 m$ O5 _) ]) R1 O' d 3 B. m" d6 d9 Z$ ^- k' n0 C
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional2 q& }% z; W0 L# R
Library Directories.: R/ K3 T8 J+ x' x: m
: X6 W) w/ D; m0 B
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are. a/ g# u: Q1 @) ?! F) W; N
existing in Additional Dependencies.
( T$ D% i- j$ c Click OK button to close Configuration Manager dialog.# v `+ F4 w+ v$ z+ Q) B( N
- B1 Q5 m! C& B
0 u- @" t1 ?* ?% ?6 S
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
* Z. A1 ?# |+ }# f. X4 Q2 k This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
: y2 l- q8 V5 X
" T" \+ s' x9 K) U4 [7 I |
|