|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
& X1 q0 u4 d$ B! f 2. Create a new VC++ project using the NX Open AppWizard.
8 E9 Y6 J% ^! J1 R' l; y; X Create new project as:3 \3 h5 Y5 ~. q1 M+ L5 k
2.1 File->New->Project." V' K8 }( E6 `, O$ w
2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
; ]1 @, q9 u! d& o Enter name as ExecuteCheckerAndGetResults. Click Next.
9 r: M7 \' b+ ?9 e 2.3 Under Application Settings, select 'An Internal application that can be
0 r ?3 N. d7 S7 ^' v2 [+ e activated from an NX session (DLL)'.( ]8 E- w2 a% l7 x" N& k
2.4 Select C++ for What language would you like to use in the generated
; H' p/ W7 ] S8 _ source files. Click Finish.7 l) P. T3 ~/ m* }% i0 q) n2 @ W! z
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project5 k6 @6 a4 U3 P" g: {' o
pull down and select "Add Existing Item...". Select the file using the popup window.0 k; m h: J; H7 Z
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
1 ~& w6 C2 X# w& P" e On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.0 I: M: k- n) l% [& @4 y
Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
8 G3 U/ O' a# H# f' B ! g y: t& `( F, Z& S' A1 v
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional* D* b+ _9 A/ ?, U) o' f$ R
Include Directories.7 \- q. b+ f( b
3 \4 Q4 P- Y& I
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional5 L. m0 i' B8 m: N
Library Directories.2 D D- j6 o4 V
/ P# m; l. ~6 I X4 l3 R
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are1 k+ \% `2 m O }1 {$ n1 b% w' j
existing in Additional Dependencies.4 l% }6 g7 R ]! H: h0 ?7 j# U
Click OK button to close Configuration Manager dialog.( S- G( y G6 M1 N# w
2 {! B/ J. X3 H
2 W, m9 E4 @; I5 A5 ~/ x 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".+ H( Y8 `$ d0 c6 V: Q7 N4 V" S, x) H
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
0 ^) p/ M1 D' U/ C. D5 z! ^
' C4 r9 I) N" u9 `9 i# `5 X3 p8 G |
|