|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.+ B2 h" u' }* U2 Z% G
2. Create a new VC++ project using the NX Open AppWizard.9 g5 h7 z" H* V( Y' r
Create new project as:6 b$ ^0 M2 k8 i' Z& @8 F
2.1 File->New->Project.
3 x ?$ x/ m5 J4 I1 s# F 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
7 z6 ~8 W+ z7 X0 ]; G* W Enter name as ExecuteCheckerAndGetResults. Click Next.
8 |, c3 S P& k, m; q 2.3 Under Application Settings, select 'An Internal application that can be
! r/ w* f W0 D: d2 T! S' @. q activated from an NX session (DLL)'.( `% I9 m4 o; ^2 @5 n2 d
2.4 Select C++ for What language would you like to use in the generated$ O% y5 _! p& s7 g( ~" r2 b6 ~
source files. Click Finish.5 F' S/ G2 R5 J h m
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project0 }3 l7 K6 p3 f1 h' c4 ^
pull down and select "Add Existing Item...". Select the file using the popup window.
4 T2 x+ O, Y4 J' L3 o& P- H 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
! z( ?8 G( Z+ y9 [ On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
P7 V3 D3 m6 q9 m; \& \1 I# q Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.3 i6 n2 I! _! L( v( C5 v' \( E
. v. d; @/ P4 l+ R9 B, b% H Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
; i9 l+ Q) H6 R. I0 C* I* U Include Directories.
& E* k2 M# T& y' S& o8 Y - o1 A* H* v( o- X2 o
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional& z5 O9 { a, w9 y l
Library Directories.
: E' K" i7 B3 {8 u8 ^ 5 o8 z- C: a* L! N. p w+ V1 g
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
0 T2 q0 a g4 c existing in Additional Dependencies.: _3 e# H9 q0 @4 ?
Click OK button to close Configuration Manager dialog.- V% n2 [$ F8 p7 |9 p
2 x, q$ k, d8 N
& m7 P1 X. E( M0 j( O, |0 D2 a8 w 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
- x8 c' V4 p w( ^0 G& w This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.2 k+ v2 b/ H _
/ ^& ~! C1 j! U- e# t |
|