|
请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!
您需要 登录 才可以下载或查看,没有账号?注册
x
1. Open Microsoft Visual Studio.$ f5 M3 u, [4 Y& s6 q* |* a+ j
2. Create a new VC++ project using the NX Open AppWizard.- j/ b0 Z0 A v6 X7 \
Create new project as:
$ j) B" I; K5 H2 H' ~% @ 2.1 File->New->Project.
2 P" M- }6 o9 Z: W1 u 2.2 Select VC++ Project using the NX Open AppWizard, DLL Library Application,. l1 P2 Q$ T7 N }7 Y( `) N/ M9 O
Enter name as ExecuteCheckerAndGetResults. Click Next.
* U- Z6 R. [! M! G# l: ~/ Z: m 2.3 Under Application Settings, select 'An Internal application that can be8 m" M) C7 L9 c$ y& j7 O
activated from an NX session (DLL)'.& G% i9 g2 N' l/ [" |
2.4 Select C++ for What language would you like to use in the generated
8 e" Y) O' v9 y& ?! A source files. Click Finish.( K' a* p$ H$ [9 {5 F6 L# G
3. Add the ExecuteCheckerAndGetResults.cpp to the project by selecting the Project& ?9 V. i, F, Y8 t
pull down and select "Add Existing Item...". Select the file using the popup window.' F. g/ D }; b/ J L& _' S. v7 ^( _5 k# N
4. Right-click this project in the Solution Explorer and select Properties on the popup menu.
( n# y7 f! k7 B On the Property Pages dialog, click Configuration Manager... button to open Configuration Manager dialog.
- S0 |/ [/ ~3 [+ ^: Q Select x64 for Active solution platform in the Configuration Manager when use 64 bit NX. Click Close button.
# H! `7 c4 b$ N" V- b4 P/ U/ N% e# { 9 h m* N3 n. X! | T q
Click Configuration Properties->C/C++->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional
: O1 [% N& E. V7 m2 U Include Directories.# ?% O( f' O7 X3 C- S: W5 @7 p9 h
9 `" k k* \6 ^4 z. y
Click Configuration Properties->Linker->General to confirm $(UGII_BASE_DIR)\ugopen is existing in Additional, b8 r! Z; |. w b4 U
Library Directories.
; c; @# k5 L( U2 [2 G" ?2 G 8 K* S' {, \4 B$ b0 D- H! a
Click Configuration Properties->Linker->Input to confirm libnxopencpp.lib;libnxopencpp_validate.lib are
0 ]* h6 m4 T; _' k6 Y' o, Y8 K& u4 `0 B existing in Additional Dependencies.
7 }* l9 A/ N Y v8 x- H Click OK button to close Configuration Manager dialog.
1 n" I' a0 ]* n& M
) Q( J3 H- _, G8 w& q( j* R1 R1 O, i. e& L" F
5. Build the internal image by going to the Build menu and selecting either "Build Solution" or "Rebuild Solution".1 h) W1 f2 [6 S8 S) v8 q/ V; C
This will create an executable called ExecuteCheckerAndGetResults.dll in the Debug directory.
2 v9 Z% d( G/ X& _4 q- `* ]1 o7 [% C0 U1 r3 v( \
|
|