|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
* X+ x+ G' }& C* r8 y7 P7 L 2. Create a new VC++ project using the NX Open AppWizard. {5 `9 I/ `! ~
Create new project as:7 T# |0 \# y$ ]0 I/ Y! d* U" d
2.1 File->New->Project.! W! C1 i+ Z7 p
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,6 H T4 M+ U( M% w3 W8 V
Enter name as ExecuteCheckerAndGetResults. Click Next.
& c# x2 u$ s2 X2 C: |1 | 2.3 Under Application Settings, select 'An Internal application that can be0 X; M/ f/ [! }' Y. v3 F% ?7 |
activated from an NX session (DLL)'.
! T5 y4 N; `0 T/ X) s f 2.4 Select C++ for What language would you like to use in the generated2 L1 S5 m+ r1 A$ G
source files. Click Finish.5 G p9 j/ ] j4 a# W+ h! y
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
4 p( }; q/ ^& x2 g* X! B" t# K pull down and select "Add Existing Item...". Select the file using the popup window.& l1 b7 m0 }7 K! Q6 {0 ]3 [: o
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.0 c& X8 t; Y/ h7 ]# o
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
5 `7 N3 {" G! ~- ^& Z Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
/ E. K: u; h6 ?, ^ 2 K2 Z2 B3 ~! d9 s
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional- n; n& p1 O1 z9 {; ]) N+ B
Include Directories.
) T* T) E% g. Q/ B 5 |; {' t5 W/ G* T9 N
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional% S& {. O n8 o* R6 r$ ~1 ~2 i
Library Directories.4 X$ }1 v5 ?( y; A$ F
. d% N7 l5 z `/ f Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are2 E; U. D- c; l. }8 \# {2 E
existing in Additional Dependencies.7 c0 X( c% t4 o. p
Click OK button to close Configuration Manager dialog.3 E* h2 C5 U) D" }2 Y5 |) ~
) U. [7 z5 p" f# J; `! l
9 F& t% L9 ]" A( `, \ 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
( u E% i, d" v6 I3 G. Z. h This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
9 o2 X" ~* V/ b' E# H8 i1 D, Q: Y) M: d8 E( \9 Y* w! m) B
|
|