|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio./ y: [0 L! U# x: c1 C) Q& T, f
2. Create a new VC++ project using the NX Open AppWizard.
9 v5 I( ?2 X* o' `/ ~ Create new project as:
- C# J+ V$ b$ O" d' P7 V+ v 2.1 File->New->Project.
( Y6 @3 L; X5 E5 V" G) W 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application," n+ c- \: g6 C1 N) c9 i: @
Enter name as ExecuteCheckerAndGetResults. Click Next.
. u) A1 E7 |% ~+ c 2.3 Under Application Settings, select 'An Internal application that can be
8 q- x3 ^' h5 P9 v& l activated from an NX session (DLL)'.2 u, Y0 [/ p& D
2.4 Select C++ for What language would you like to use in the generated- L) k: B* e5 j: \
source files. Click Finish.
; f9 T% T+ h: q# I+ Y2 T 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
% h. y5 r: `: S9 o- A pull down and select "Add Existing Item...". Select the file using the popup window.* y* b+ B% ]) E3 T/ E
4. Right-click this project in the Solution Explorer and select Properties on the popup menu. B, X/ `5 d6 s5 L
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
! K6 x1 `0 }% p Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
8 ^# J: e1 Z6 N% m7 N ' b3 [1 ~ s) k8 M
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional6 V8 e( {0 `. H3 G. }/ F8 ?* `
Include Directories.. f6 q, w7 Z7 N" f2 C Y, I3 f
1 S# O: t+ {- T# G1 N Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional1 g2 m j: I% Z; I. w8 C
Library Directories.+ T* [/ `7 @ |- b5 P1 u
0 l) G9 o; I1 A U
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are5 _0 G, Y; y6 u: b' q4 x/ Q
existing in Additional Dependencies.
' m5 k. `& p; j4 X' _' T Click OK button to close Configuration Manager dialog.! Q" M% e1 V) g- F/ g2 ?: f
7 L! l3 E) s* |6 T
" E; m: j- Q* ?3 G6 i8 w( g6 h. y 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution"./ |4 S) ~3 T, D( Z' H* o( e. V* a9 z6 J
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.! L! b: `" Y6 Z4 n4 D2 X/ a
% u0 H% M3 u1 f# u |
|