|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
" N6 j8 W+ |3 D) w1 X- |/ u- a# I0 g 2. Create a new VC++ project using the NX Open AppWizard.
" j7 F! v1 E( [7 @) S K& q8 y4 H8 g Create new project as:
/ u4 t; l) m _9 h- W* |* A. \ 2.1 File->New->Project.6 q) k$ j+ K3 V
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,8 e$ R/ i, T# A2 _; i
Enter name as ExecuteCheckerAndGetResults. Click Next.
- v3 m& O* b5 V6 |" j6 F2 Z6 i! x 2.3 Under Application Settings, select 'An Internal application that can be
, r0 [% A, X; L& @+ ~ activated from an NX session (DLL)'.
: K+ [$ J8 I" F' D5 S, X r$ Y 2.4 Select C++ for What language would you like to use in the generated7 y5 [$ [9 e+ n% E7 h+ e# N ^
source files. Click Finish.
) I8 y* Z9 v. q: D 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
1 k$ B4 d& z" B: M4 d0 g4 d* i pull down and select "Add Existing Item...". Select the file using the popup window.
( i7 U U# M2 m5 ^ H2 L$ ~ 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
/ g5 t0 A4 E0 D ~5 s: G On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
4 _: _7 y/ r% ? Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button. m9 \+ I6 I1 g: i3 F- K
# o& s4 j6 _& \! ]; j Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional" X2 s- S+ S' J) \' Y" s
Include Directories.
& u" _: x2 f$ q5 q- }2 Z# t6 _ 9 d7 a! ?+ v' s+ ^4 i0 n5 F t
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional* m$ m) H6 ~1 O" @
Library Directories./ C1 \/ d& v! A, P: q" v
& s1 z! Z! [# I; K. H
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are4 ^4 U8 D4 C8 v
existing in Additional Dependencies.! ], k. o& c2 y. z/ w2 G5 |
Click OK button to close Configuration Manager dialog.
; p1 }" R& h" r
% i( J. e( ?* M% l
( O6 \9 d1 L! C; I 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".% U! f# J' R6 D' t0 m- Y
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.4 ]& }$ Q j. a: [ V
# }: i- q& [# A. O6 } |
|