|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.
C+ ^* D. @. o; [0 j 2. Create a new VC++ project using the NX Open AppWizard.1 ]$ p# ~' e; x; L; S ?/ {4 Y9 s
Create new project as:! _/ z# E' s% T3 ^2 s4 a% W
2.1 File->New->Project.
; R! U& b% i6 t' |& C* ? 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,
9 `- u7 q, `$ Y# E; M Enter name as ExecuteCheckerAndGetResults. Click Next.
0 s) ]9 x ?) o7 b9 u# z8 m8 N; I; w 2.3 Under Application Settings, select 'An Internal application that can be
+ Z) r" K- U2 x activated from an NX session (DLL)'.
% c/ \9 y3 \: y U 2.4 Select C++ for What language would you like to use in the generated
- t% n6 U! U( ]% P# w1 L# X+ N source files. Click Finish.$ _; T$ g' z; c) E
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project7 L- }5 h6 K/ Y1 R' ?
pull down and select "Add Existing Item...". Select the file using the popup window.' v& D4 r7 j1 _* M/ t
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
. u6 A q' p+ F; M$ C- D On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
! H% C3 L& N! y; b( X Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
5 z7 h ?/ p6 z& u; L5 Q" B * r: W+ D. Z) {
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional6 z% j( o, t3 V7 k, J' K+ H
Include Directories.
( f& a7 q. E0 g+ V) K" E# { + b+ _3 k; p% ]2 l
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional% W9 C3 X; P" U5 R6 `
Library Directories.# _$ R" g7 h- Z/ }2 p) c) t
8 c. v9 @1 n* B/ \1 u! v Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are1 z' f+ M- r j) w2 g! x
existing in Additional Dependencies.
: a6 U" |5 P% U4 u* c% U Click OK button to close Configuration Manager dialog.
" d+ V @" \ ~( D- e$ }1 I) v) z- D9 X, q8 `: w0 i2 U
* U1 Z& X3 p( C% Q+ O- n 5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".0 b- {' j0 U5 a/ L3 n0 K
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
" o6 J6 ` ~: E ~* c" k; o% b# M K! J& _
|
|