|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
0 U8 ^$ | m1 z% t, `( o 2. Create a new VC++ project using the NX Open AppWizard.
& S4 R2 |: p7 ]! r! X+ w# [8 F Create new project as:
+ @, C& H. f2 { 2.1 File->New->Project.7 @ M9 V6 b! X: o
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,- j: N7 a: A* C% H- V. ]+ C
Enter name as ExecuteCheckerAndGetResults. Click Next.
) b7 i4 p1 h" U s 2.3 Under Application Settings, select 'An Internal application that can be; m) |3 @2 p6 p' Q
activated from an NX session (DLL)'.
) D s; H: C) `6 ]; @ 2.4 Select C++ for What language would you like to use in the generated
$ H! ]9 q+ o" y$ ] source files. Click Finish.7 K4 _* b& d. h7 d. I0 ]* g$ l
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
! I' f+ K. ]' |" N pull down and select "Add Existing Item...". Select the file using the popup window.
! @$ z; N5 z0 v3 g 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
) x! D' v* c- h9 {& R On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
- N% z0 x; ]- s" C( y) b$ f* ? Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
7 r2 d2 a) W$ D7 d3 Z 8 ~. \. m) Z. E9 y' b
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional2 k% ]& P6 B1 l3 O6 P3 P2 K- S3 }- K
Include Directories.. X+ ]8 x- L6 S& a
7 ^6 `( w% P# }2 N7 u Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional; `1 Y3 C4 j. A0 P6 s
Library Directories.
+ e, R0 Y9 {6 I a
0 y# V6 z6 s% T, W Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are4 z+ j; e2 C& b8 r. H+ j6 G' ?+ n
existing in Additional Dependencies.
+ K9 |3 k! g4 d3 ^3 t0 q1 q2 f Click OK button to close Configuration Manager dialog.$ G. q. l8 N7 ?
7 i8 | V2 T) ?! y9 M9 b. Q
! a8 T: r5 S7 z3 s& U
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".' ? F6 b3 G5 d& R; u* L
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.5 a! b# O1 a! P/ C& V8 t
4 [. u5 f' n! `% P1 R |
|