|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.' X0 M: t- j) _8 i3 A
2. Create a new VC++ project using the NX Open AppWizard.. y) w1 X/ [, p( k# X* _
Create new project as:
, o* [: K6 N. ?* b1 A/ b. S 2.1 File->New->Project.- E5 y' b, L! Q$ ]+ R
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
4 U9 F2 D. E$ @6 I" i Enter name as ExecuteCheckerAndGetResults. Click Next.
9 x3 s- X9 |& F8 D9 Z: ~" | 2.3 Under Application Settings, select 'An Internal application that can be+ l% I; e% w: z/ Q2 N: S
activated from an NX session (DLL)'.2 k8 }0 W1 P- c7 ~% h+ w0 ?
2.4 Select C++ for What language would you like to use in the generated5 K: K* _# e; `1 y$ E! I
source files. Click Finish.
V$ B7 y N7 g! x 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project) V$ d' V6 R2 \; D- i: J% N
pull down and select "Add Existing Item...". Select the file using the popup window.# N/ b4 K) t3 e' t; N1 t7 _( |2 x
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
/ o% ^6 D/ Q4 B/ [ On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
8 r/ K7 E* `" b Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button./ R8 m2 u3 o: A3 J- o
# R; _! @, Q, u- @
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional) r0 ]& k l3 @7 t
Include Directories.0 `7 i3 v+ Z, B" y
) a& V$ s# w$ A- t- V ?: G
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
6 ?) h1 b t. a8 ~0 i8 l6 b7 v Library Directories.
) L8 q* F' e5 v! y: A1 O2 o
5 J |* o8 C% o Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
' t- V% P; l7 O" u7 U$ Q7 Q6 u existing in Additional Dependencies.6 k6 G. @, e, @1 M; v4 k/ ]
Click OK button to close Configuration Manager dialog.5 K4 O2 @1 B! e3 T3 i" }/ s
8 q* \, C3 J: i
4 [/ k2 b/ H* @ 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".: M3 [& k! [1 Y$ ~ y, P1 [% ]
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.' {8 y1 K/ e1 e7 t
! @( W3 g( N, N6 a |
|