|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.: {! `$ [+ \2 g: v# R: ]: K
2. Create a new VC++ project using the NX Open AppWizard.
8 H; ]% s3 n) c2 K Create new project as:
$ k) y, c" S! z+ \% c; ]+ g. Z 2.1 File->New->Project.
+ v' ~$ p o$ t 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,% ^# R5 O; U% u L, K9 v, T# C1 |: a
Enter name as ExecuteCheckerAndGetResults. Click Next.
5 p2 r3 {1 ^& p4 F 2.3 Under Application Settings, select 'An Internal application that can be
3 [+ ]& L/ w0 r4 A, y, k5 O activated from an NX session (DLL)'.6 t1 `$ y& ^9 f1 p% T
2.4 Select C++ for What language would you like to use in the generated$ e+ _4 U8 f- J- M! V
source files. Click Finish.$ s8 ~: A9 N2 ]$ G6 N2 \5 d
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
( C/ w3 L( F' n2 {$ A/ \ pull down and select "Add Existing Item...". Select the file using the popup window.
# @% D6 R& s. a 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.0 P( ^0 X) h- U& f! g
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog./ [. y% w. B: e3 [8 I
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.8 S/ R- S2 U; t
7 j) @% H, }2 m) F) m4 n- i Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
" _4 D6 E" G4 H6 T& l6 r, Z. n Include Directories.
) ]3 g3 m* ]% F% j
* o4 y3 q( l5 n7 a Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional/ L' `" j% f6 v+ Y4 C: [- s' f
Library Directories.
; j3 d0 f& c. f) I2 X3 d/ I8 c - y3 z6 f1 T$ h% Q7 b/ Q1 r' w
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are# ?1 x$ e' _9 U/ X
existing in Additional Dependencies.
& I: R' f! X. ^7 k; G0 |0 I Click OK button to close Configuration Manager dialog.
# S: @- Z5 o* }1 [, H# M" {- {( I) I
# ~2 `; O5 _' L" K* n5 |; o( P' m& \
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
" x' [; o" |0 k. E. z' O0 {4 V* r This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.- u! e( U N9 Q; Z0 A. V( B$ J
) f. ?- z; W! z6 }
|
|