|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
: w. G* l. x5 Z, N/ P3 ^* P$ p 2. Create a new VC++ project using the NX Open AppWizard.+ ?3 d, j- \9 a/ L' l e- ?
Create new project as:
6 C% V. w# c0 U% S' J! x2 K. P" m 2.1 File->New->Project.
; b1 ~. l; a( M! }8 X 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
2 x* b# d0 k' O s& U Enter name as ExecuteCheckerAndGetResults. Click Next.
% @; S& g2 x* |9 s( [4 q 2.3 Under Application Settings, select 'An Internal application that can be U& U! W3 ]3 I9 Z( D' R
activated from an NX session (DLL)'.
$ y4 n$ g: I$ c# Z" [ 2.4 Select C++ for What language would you like to use in the generated8 f4 ~; R! c1 v6 {
source files. Click Finish.
" q8 M, _: Z9 o/ v 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project5 ]1 e- ]+ I9 C
pull down and select "Add Existing Item...". Select the file using the popup window.* q. O* I2 h; `. G$ g# J9 o b( o
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.: T3 F4 a% b! J/ B# R
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.( k' I! F$ W3 Z
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
# R- D! L7 C( _" `( Y" [
, _( O: F% N( a/ y) h' z5 @9 h" ? Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional6 E: D/ X. I9 ~
Include Directories.
; f. o/ V; F/ n- K" G
! i! ~. {1 R; A6 J" k$ W Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional" O- x$ Q7 W( E* q3 q* d, Y' Q
Library Directories.
- p) ^$ F* m0 H9 q 1 u5 o" L" J c" `$ A% M( h. k8 b
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
) H, Y% j3 M% N3 V$ T& _1 O& X existing in Additional Dependencies./ Q( c9 R& A- H' ?( K4 r: k
Click OK button to close Configuration Manager dialog./ `" {/ l, {- g! W$ i
( h' i/ F- `8 [, g/ f+ V
- i! {% T5 I1 V9 Z* S; u! K4 o 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
8 o8 r. }* M, I; o) J# H This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
. j. K$ v9 c# b7 e' E( z
. e# w2 J" ^ L5 ~4 Y z3 Z6 T7 y |
|