|
|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.9 r" o3 I0 _" z i& e& }1 Z
2. Create a new VC++ project using the NX Open AppWizard.8 x; Z& D% P5 _/ l L
Create new project as:: f' P8 Y6 r3 l. d0 [0 Q6 K6 r
2.1 File->New->Project.
" l4 A5 Z2 {( Q0 k/ ?* Y 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,) R6 o' |, k' `; p
Enter name as ExecuteCheckerAndGetResults. Click Next.
2 ]" N" ~( D; x$ Q0 y% B1 M 2.3 Under Application Settings, select 'An Internal application that can be
8 u a) _5 K+ H ~+ H" ^7 w activated from an NX session (DLL)'.5 W8 ^7 c# Z1 F# z6 M
2.4 Select C++ for What language would you like to use in the generated# x7 {9 l$ H! j6 O, f# |. w2 `
source files. Click Finish.
" _! O: d2 i: I6 p% n 3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project
5 u9 o/ g# G4 `+ D5 P# S; \ pull down and select "Add Existing Item...". Select the file using the popup window.
; ~5 w. o9 v. }. ]1 I `: p, \9 @ 4. Right-click this project in the Solution Explorer and select Properties on the popup menu.& b0 u0 k6 i7 C! D
On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.5 g0 F, ~3 m! p# l( I8 `# @
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
) C( o3 B u% C+ i
1 u# L: K$ j: B$ ^ Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional8 H+ p4 ]' y5 S9 `
Include Directories.# F& ]/ ^/ N9 B$ Y# H& b3 s" K+ D8 J
: g, W% o: r) e* m/ m9 q
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
3 D6 w- g2 j# t( s! ?( o3 \# ?7 q Library Directories.
0 @5 I# W7 l& ?9 b- K3 @' j; k - s! e5 z7 E c- M" {# i
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
1 d) `4 ?' |- o8 D' S: d2 f A8 z6 ^ existing in Additional Dependencies.! k5 }8 Q: |! y: A# g
Click OK button to close Configuration Manager dialog.
& y6 m8 v# f5 `" g8 u4 |+ t
$ b: Q& B: T/ j0 t* `, n: \, K& F7 {; K: v% g
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
- N' W- ^/ K$ L5 Y( `" s& u This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.# H( l3 O @% x& w* J0 A8 I% w
, C j4 U$ w" p( M" h) F |
|