|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
% T) y. w) n4 M4 s- a 2. Create a new VC++ project using the NX Open AppWizard.
; p- {/ \6 T0 ~7 y* F Create new project as:+ p. h0 |: \# ?! b+ n
2.1 File->New->Project.
) v( E4 L8 ?$ k2 s6 H7 F: b1 ] 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,, u& ?& L& F& M' v2 E
Enter name as ExecuteCheckerAndGetResults. Click Next.3 C" H& e, p" Y( j' D' _2 }
2.3 Under Application Settings, select 'An Internal application that can be* \8 f3 Y8 g! }. C/ T7 W3 l
activated from an NX session (DLL)'.
+ a' m/ N: p, j8 l# A; E" X* m 2.4 Select C++ for What language would you like to use in the generated" B4 n7 p/ q! t p1 x
source files. Click Finish.1 f+ k) V% d6 g( }1 d& a( j
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project8 m1 u t9 H$ g$ @
pull down and select "Add Existing Item...". Select the file using the popup window.9 H" t `* J" A# R% M v' P
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
; }7 O4 r# a7 a0 E9 Y* T On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
! i* }1 T3 I) @/ y+ F( e5 G- K. M% F Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
4 f3 Q4 ^7 `: ^5 V7 O1 I . h: `* E4 f- h% o% S& W- X
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional7 r' J+ |0 z9 B4 Z: x) L' T
Include Directories.
* r8 ?- d; k$ ?3 ` - z# |' Y- ~, L4 W* |
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional2 i. O" L" \) a f0 v2 H2 N$ J
Library Directories.5 b1 x/ \3 L+ k& J2 m& ^' n/ Q2 C7 P
- G* m" S r# T5 o k Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
9 b6 Z }( Y' N! P existing in Additional Dependencies.+ u) E+ H& t0 _8 U
Click OK button to close Configuration Manager dialog.3 X0 I2 g- H; R$ z( A% k" @( F, `+ Q
: B. P2 {+ G1 A& k8 N6 r3 P' W1 ~7 h
, N8 `# z( h$ V8 h5 { 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".
9 \4 V7 J% ^. t# b This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.# B* n) U U' m* b% N# r G) [
+ N' L9 j/ F( Q6 B& N |
|